forked from Simnation/Main
d
This commit is contained in:
parent
e393c559d9
commit
702e67784f
3 changed files with 8 additions and 8 deletions
|
@ -15,7 +15,7 @@ isRecording = true
|
|||
-- Local variables
|
||||
local fuelDecor = "_FUEL_LEVEL"
|
||||
local currentConsumption = 0.0
|
||||
local fuelSynced = false
|
||||
local fuelSynced = true
|
||||
local closestVehicleToPump = 0
|
||||
local isNuiVariablesLoaded = false
|
||||
|
||||
|
|
|
@ -23,8 +23,8 @@ Config.custom_scripts_compatibility = {
|
|||
['inventory'] = "default", -- [ox_inventory|qs-inventory|ps-inventory|tgiann-inventory|default|other] Inventory script Compatibility
|
||||
['keys'] = "default", -- [qs-vehiclekeys|cd_garage|jaksam|wasabi_carlock|MrNewbVehicleKeys|tgiann-hotwire|Renewed|default|other] Keys script Compatibility
|
||||
['mdt'] = "default", -- [ps-mdt|redutzu-mdt|lb-tablet|default|other] MDT script Compatibility (to log weapon serial)
|
||||
['target'] = "disabled", -- [qb-target|ox_target|disabled|other] Target script Compatibility (disabled will use markers)
|
||||
['notification'] = "default", -- [okokNotify|qbcore|ox_lib|default|other] Notification script Compatibility
|
||||
['target'] = "qb-target", -- [qb-target|ox_target|disabled|other] Target script Compatibility (disabled will use markers)
|
||||
['notification'] = "ox_lib", -- [okokNotify|qbcore|ox_lib|default|other] Notification script Compatibility
|
||||
}
|
||||
|
||||
Config.notification = { -- (Only if notification is default)
|
||||
|
|
|
@ -7817,7 +7817,7 @@ Config = {
|
|||
},
|
||||
Attachment = {
|
||||
Bone = 28422,
|
||||
Coords = { x = 0.0, y = 0.0, z = -0.6, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||
Coords = { x = 0.0, y = 0.0, z = -0.04, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||
}
|
||||
},
|
||||
Hold = {
|
||||
|
@ -7828,7 +7828,7 @@ Config = {
|
|||
},
|
||||
Attachment = {
|
||||
Bone = 28422,
|
||||
Coords = { x = 0.0, y = 0.0, z = -0.6, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||
Coords = { x = 0.0, y = 0.0, z = -0.04, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||
},
|
||||
},
|
||||
Use = {
|
||||
|
@ -7840,7 +7840,7 @@ Config = {
|
|||
},
|
||||
Attachment = {
|
||||
Bone = 28422,
|
||||
Coords = { x = 0.0, y = 0.0, z = -0.4, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||
Coords = { x = 0.0, y = 0.0, z = -0.04, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||
},
|
||||
},
|
||||
Exit = {
|
||||
|
@ -7852,7 +7852,7 @@ Config = {
|
|||
},
|
||||
Attachment = {
|
||||
Bone = 28422,
|
||||
Coords = { x = 0.0, y = 0.0, z = -0.10, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||
Coords = { x = 0.0, y = 0.0, z = -0.04, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||
}
|
||||
},
|
||||
Throw = {
|
||||
|
@ -7864,7 +7864,7 @@ Config = {
|
|||
},
|
||||
Attachment = {
|
||||
Bone = 28422,
|
||||
Coords = { x = 0.0, y = 0.0, z = -0.10, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||
Coords = { x = 0.0, y = 0.0, z = -0.04, xR = 0.0, yR = 0.0, zR = 0.0 },
|
||||
},
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue