πŸ”ŒFrameworks

This part will help with the framework part of the config (ESX/QB/Custom ...)

cfg.useESX

Set to true if you plan to use ESX Jobs to run the script, false if not applicable

cfg.useESX = true,

cfg.useQB

Set to true if you plan to use QB Jobs to run the script, false if not applicable

cfg.useQB = true,

cfg.jobNames

Set the jobs which are allowed to use the panel / research and alerts part of the script. This will not affect the recognition part.

BEFORE :

cfg.jobNames = {
    'police',
}

AFTER

cfg.jobNames = {
    'police',
    'BSCO',
    'sheriff',
}

Last updated