Configuration

Available Targets System

'ox_target', 'qb_target' or 'custom'

CarLift System

Inside the config.lua, replace from:

enableCarLift = true,

To:

enableCarLift = false,

Notify System

Notify = function(text, status) -- Client side
    BeginTextCommandThefeedPost("STRING")
    AddTextComponentSubstringPlayerName(text)
    EndTextCommandThefeedPostTicker(true, true)
end,

HelpTextNotify = function(text) -- Client side
    AddTextEntry("HELP_SIT", text)
    DisplayHelpTextThisFrame("HELP_SIT", 0, false, 1)
end

Last updated

Was this helpful?