Configuration

All v42 scripts include clearly structured and editable files, featuring exports, client- and server-side functions, and configuration options. Designed to give developers full control and flexibility

View Configuration
Config = {}

Config.CoreName = 'qb-core'

Config.CopJob = 'police'
Config.SendPoliceAlert = true -- Send police alert if password is wrong or hack is manually closed or if time exceeded
Config.PoliceMessageTile = 'Silent Alarm'
Config.PoliceMessage = 'Something stange happening here..'
Config.AlertType = 'ps' -- Change this to ps to use ps-dispatch (default qb-core)

Last updated