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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue