⚙️Config File

All UI is open which means that you can add custom badges and documents.

Config = {}

Config.Debug = false
Config.Framework = 'ESX' -- ESX / QB
Config.Language = 'en' -- pl / en
Config.Distance = 5.0 -- distance for showing documents

Config.Badges = {
    ['police'] = 'lspd', -- job name and badge type
    ['ambulance'] = 'ems' -- job name and badge type
}

Last updated