feat: migrare interactiuni la qb-target (20 resurse) + animatie tableta Job Center + bus icon + terminologie devTeam
This commit is contained in:
@@ -39,8 +39,8 @@ Config = {
|
||||
Xmas = false,
|
||||
|
||||
-- Target
|
||||
UseTarget = false, -- whether to use target zones or not
|
||||
TargetZoneType = 1, -- 1: q_target, 2: bt_target, 3: qb-target, 4: ox_target
|
||||
UseTarget = true, -- whether to use target zones or not
|
||||
TargetZoneType = 3, -- 1: q_target, 2: bt_target, 3: qb-target, 4: ox_target
|
||||
|
||||
-- Chips, Inventory Settings
|
||||
UseVirtualChips = false, -- false: use inventory for chips, true: use virtual chips which are saved in the casino_players table
|
||||
|
||||
@@ -188,7 +188,7 @@ Config.NeedToBeInsidePoints = { -- [EDIT]
|
||||
}
|
||||
|
||||
-- Targeting (qb-target / ox_target). If false, fallback to draw/markers where applicable.
|
||||
Config.UseTarget = false -- [EDIT] true | false
|
||||
Config.UseTarget = true -- [EDIT] true | false
|
||||
Config.TargetLength = 5.0 -- [EDIT] Target box length
|
||||
Config.TargetWidth = 5.0 -- [EDIT] Target box width
|
||||
|
||||
|
||||
@@ -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