From 702e67784fab120356c3ffec224100b852f52d68 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Sun, 15 Jun 2025 03:55:21 +0200 Subject: [PATCH] d --- resources/[carscripts]/lc_fuel/client/client.lua | 2 +- resources/[carscripts]/lc_utils/config.lua | 4 ++-- .../[inventory]/mr-consumables/config/sh_config.lua | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/[carscripts]/lc_fuel/client/client.lua b/resources/[carscripts]/lc_fuel/client/client.lua index 1598b308b..04fb3f3eb 100644 --- a/resources/[carscripts]/lc_fuel/client/client.lua +++ b/resources/[carscripts]/lc_fuel/client/client.lua @@ -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 diff --git a/resources/[carscripts]/lc_utils/config.lua b/resources/[carscripts]/lc_utils/config.lua index 3fc065406..7f88dfc7e 100644 --- a/resources/[carscripts]/lc_utils/config.lua +++ b/resources/[carscripts]/lc_utils/config.lua @@ -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) diff --git a/resources/[inventory]/mr-consumables/config/sh_config.lua b/resources/[inventory]/mr-consumables/config/sh_config.lua index 287fb74db..693302f36 100644 --- a/resources/[inventory]/mr-consumables/config/sh_config.lua +++ b/resources/[inventory]/mr-consumables/config/sh_config.lua @@ -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 }, }, } },