πŸ”ŒFrameworks and compatibility

This part will help with the framework part of the config (ESX/QB/Custom ...) and my others scripts compatibility

cfg.ESX

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

cfg.ESX = true,

cfg.QB

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

cfg.QB = true,

cfg.jobNames

Set the jobs which are allowed to use the script (pumps, hoses ...).

BEFORE :

cfg.jobNames = {
    'firefighters',
}

AFTER

cfg.jobNames = {
    'firefighters',
    'army',
    'technicalService',
}

Last updated