feat: migrare interactiuni la qb-target (20 resurse) + animatie tableta Job Center + bus icon + terminologie devTeam
This commit is contained in:
@@ -59,7 +59,7 @@ local qbHas = GetResourceState('qb-core') == 'started'
|
||||
local qbxHas = GetResourceState('qbx_core') == 'started'
|
||||
|
||||
Config.Framework = esxHas and 'esx' or qbHas and 'qb' or qbxHas and 'qbx' or 'esx'
|
||||
Config.UseTarget = false -- true or false
|
||||
Config.UseTarget = true -- true or false
|
||||
|
||||
Config.UseItemLicenses = true -- If you set true, the item will be required for the shop. But if you set false, if you using esx it will use esx_license if you using qb it will be use metadata.licenses for that.
|
||||
|
||||
|
||||
@@ -133,7 +133,7 @@ Config.AutoBackup = true -- [EDIT] true | false
|
||||
-- [INFO] Choose context menu provider and targeting system usage.
|
||||
--──────────────────────────────────────────────────────────────────────────────
|
||||
Config.Menu = 'ox_lib' -- [EDIT] 'ox_lib' | 'nh-context'
|
||||
Config.UseTarget = false -- [EDIT] true to use ox_target/qb-target when available.
|
||||
Config.UseTarget = true -- [EDIT] true to use ox_target/qb-target when available.
|
||||
|
||||
-- Keybind (RegisterKeyMapping) -----------------------------------------------
|
||||
-- [INFO] Key used to open the phone from keyboard/controller.
|
||||
|
||||
Reference in New Issue
Block a user