Configuration
Configuration for teedle-advancedpubcop.
Configuration
Most behavior for teedle-advancedpubcop is controlled through config.lua.
Example Config
config.lua
Config = {}
Config.Framework = 'auto' -- auto, qbcore, standalone
Config.Command = 'comofficer'
Config.JobName = 'pubcop'
Config.RestorePreviousOutfit = true
Config.Debug = falseConfig Notes
- Use Config.Framework = 'auto' for automatic framework detection.
- Use Config.Framework = 'qbcore' if your server uses QBCore and auto detection is not preferred.
- Use Config.Framework = 'standalone' if you do not want framework behavior.
- Keep Debug disabled on live servers unless troubleshooting.
Next
Exports
→
Last updated May 24, 2026