diff --git a/client/cl_config.lua b/config.lua similarity index 97% rename from client/cl_config.lua rename to config.lua index a4bcf90..33b5c8c 100644 --- a/client/cl_config.lua +++ b/config.lua @@ -1,4 +1,4 @@ --- Zones for Menues +-- Zones for Menus Config = Config or {} Config.UseTarget = GetConvar('UseTarget', 'false') == 'true' -- Use qb-target interactions (don't change this, go to your server.cfg and add `setr UseTarget true` to use this and just that from true to false or the other way around) diff --git a/fxmanifest.lua b/fxmanifest.lua index e02b8c3..0ce25d7 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -9,7 +9,7 @@ shared_scripts { '@qb-core/shared/locale.lua', 'locales/en.lua', 'locales/*.lua', - 'client/cl_config.lua', + 'config.lua', } client_scripts {