Configuration

Explore and fine-tune your settings effortlessly. Customize your script experience according to your preferences

Configuration File

Config = {}

Config.Notify = 'lvs_lib' -- lvs_lib | ox_lib | qb | esx
Config.VoiceSystem = "pma-voice" -- pma-voice | saltychat
Config.Inventory = 'qb' -- qb | ox | esx

Config.RadioItem = "radio"
Config.MaxFrequency = 200

Config.ItemCheckLoop = true

Config.RestrictedChannels = {
    [1] = {
        police = true,
    },
    [2] = {
        ambulance = true
    },
    [3] = {
        police = true,
        ambulance = true
    },
    [4] = {
        police = true,
        ambulance = true
    },
    [5] = {
        police = true,
        ambulance = true
    },
    [6] = {
        police = true,
        ambulance = true
    },
    [7] = {
        police = true,
        ambulance = true
    },
    [8] = {
        police = true,
        ambulance = true
    },
    [9] = {
        police = true,
        ambulance = true
    },
    [10] = {
        police = true,
        ambulance = true
    }
}

Last updated