Configuration
lib.locale('en')
cfg = {}
---@type 'auto' | 'qb' | 'esx'
cfg.framework = 'auto'
---@type 'ox_lib' | 'qb' | 'esx' | 'okokNotify' | 'ps-ui'
cfg.notification = 'ox_lib'
---@type 'auto' | false | 'qb-vehiclekeys' | 'wasabi_carlock' | 'qs-vehiclekeys' | 'cd_garage' | 'Renewed-Vehiclekeys' | 'okokGarage' | 't1ger_keys'
cfg.vehiclelock = 'auto'
---@type 'auto' | false | 'okokgasstation' | 'ox_fuel' | 'LegacyFuel'
cfg.fuel = 'ox_fuel'
---@type 'ox_lib' | 'esx' | 'qb' | 'okokTextUI' | 'jg-textui'
cfg.textUI = 'ox_lib'
cfg.lifts = {
mega_lift = {
itemData = {
{ name = 'rm_mega_lift', model = `megalift`, removeAfterUse = true },
},
jobData = { 'mechanic', 'bennys' }, -- Jobs allowed to use this lift
},
long_lift = {
itemData = {
{ name = 'rm_long_lift', model = `carlift1`, removeAfterUse = true },
},
jobData = { 'mechanic', 'bennys' }, -- Jobs allowed to use this lift
},
ground_lift = {
itemData = {
{ name = 'rm_ground_lift', removeAfterUse = true },
},
jobData = { 'mechanic', 'bennys' }, -- Jobs allowed to use this lift
repairAnimation = {
play = true, -- Enable/disable repair animation
duration = 10000 -- Animation duration (ms)
},
vehicleRepair = true -- Allows repairing vehicles on this lift
},
}
Last updated