Configuration

Available Targets System

'ox_target', 'qb_target' or 'custom'

Scanner System

Inside the config.lua, replace from:

Scanners = {
        status = true,
        hospitalJobs = { ['ambulance'] = 0, ['police'] = 0 }
    },

To:

Scanners = {
        status = false,
        hospitalJobs = { ['ambulance'] = 0, ['police'] = 0 }
    },

Elevator System

Inside the config.lua, replace from:

Elevators = {
        status = true,
        hospitalJobs = { ['ambulance'] = 0, ['police'] = 0 }
    },

To:

Elevators = {
        status = false,
        hospitalJobs = { ['ambulance'] = 0, ['police'] = 0 }
    },

Beds System

Inside the config.lua, replace from:

To:

Notify System

Last updated

Was this helpful?