Configuration
Framework Selection
Config.Framework = 'qb-core' -- Options: 'qb-core' or 'esx'Debug Mode
Config.Debug = false -- Set to true only for development/testingLocalization
Config.Locale = 'en' -- Options: 'en', 'es', 'pl', 'fr', 'de', 'pt'Jobs & Permissions
Config.AllowedJobs = {
["police"] = true,
["sheriff"] = true,
["bcso"] = true
}Config.SupervisorGrades = {
["police"] = { [3] = true, [4] = true, [5] = true, [6] = true },
["sheriff"] = { [3] = true, [4] = true, [5] = true, [6] = true },
["bcso"] = { [3] = true, [4] = true, [5] = true, [6] = true }
}Access Methods
UI Customization
Map Configuration
Dispatch & Calls
911 Civilian Calls
Auto Dispatch Calls
Evidence System
Prison & Sentencing
Integrations
CCTV System
Last updated