This commit is contained in:
Nordi98 2025-06-15 03:55:21 +02:00
parent e393c559d9
commit 702e67784f
3 changed files with 8 additions and 8 deletions

View file

@ -15,7 +15,7 @@ isRecording = true
-- Local variables -- Local variables
local fuelDecor = "_FUEL_LEVEL" local fuelDecor = "_FUEL_LEVEL"
local currentConsumption = 0.0 local currentConsumption = 0.0
local fuelSynced = false local fuelSynced = true
local closestVehicleToPump = 0 local closestVehicleToPump = 0
local isNuiVariablesLoaded = false local isNuiVariablesLoaded = false

View file

@ -23,8 +23,8 @@ Config.custom_scripts_compatibility = {
['inventory'] = "default", -- [ox_inventory|qs-inventory|ps-inventory|tgiann-inventory|default|other] Inventory script 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 ['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) ['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) ['target'] = "qb-target", -- [qb-target|ox_target|disabled|other] Target script Compatibility (disabled will use markers)
['notification'] = "default", -- [okokNotify|qbcore|ox_lib|default|other] Notification script Compatibility ['notification'] = "ox_lib", -- [okokNotify|qbcore|ox_lib|default|other] Notification script Compatibility
} }
Config.notification = { -- (Only if notification is default) Config.notification = { -- (Only if notification is default)

View file

@ -7817,7 +7817,7 @@ Config = {
}, },
Attachment = { Attachment = {
Bone = 28422, 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 = { Hold = {
@ -7828,7 +7828,7 @@ Config = {
}, },
Attachment = { Attachment = {
Bone = 28422, 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 = { Use = {
@ -7840,7 +7840,7 @@ Config = {
}, },
Attachment = { Attachment = {
Bone = 28422, 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 = { Exit = {
@ -7852,7 +7852,7 @@ Config = {
}, },
Attachment = { Attachment = {
Bone = 28422, 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 = { Throw = {
@ -7864,7 +7864,7 @@ Config = {
}, },
Attachment = { Attachment = {
Bone = 28422, 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 },
}, },
} }
}, },