Page cover

βš™οΈConfiguration

This is the configuration that you can give to this script to modify it to your liking

Config File

Config = {}

Config.Debug = false
Config.DebugMockPlayers = false
Config.CanMoveUsingScoreboard = true

Config.ShowRPName = true
Config.ShowPing = true
Config.ShowJob = true
Config.ShowId = true
Config.ShowDuty = true

Config.Framework = 'esx' --- 'esx' o 'qbcore'

Config.Keybind = 'F9'

Config.Name = 'Biyei Scripts RP'
Config.Logo = 'https://r2.fivemanage.com/maJPb1AlMvYG24TSVs36k/Biyeicolor(4).png'

Config.Jobs = {
    {
        job = {'police'},
        icon = 'lucide:shield-check',
        label = 'Oficiales',
        dutyOnly = true,
    },
    {
        job = {'ambulance'},
        icon = 'lucide:heart-pulse',
        label = 'Medicos',
        dutyOnly = true,
    },
    {
        job = {'stopcars', 'westcoast'},
        icon = 'lucide:wrench',
        label = 'Mecanico',
        dutyOnly = true,
    },
    {
        job = {'realestate'},
        icon = 'lucide:house',
        label = 'Inmobiliaria',
        dutyOnly = true,
    }
}

Last updated