Page cover

⚙️Configuration

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

Change in Config.Framework your Framework

To change the framework it is important to know that you must do it in biyei_utils

---- Framework System ----
Config.Framework = 'esx'
---=========================---
-- 'esx' = ESX Framework
-- 'qbcore' = QBCore Framework
---=========================---

Change Language

To change the language it is important to know that you must do it in biyei_utils

---- Language System----
Config.Lang = 'es' 
---=========================---
-- 'es' = Español
-- 'en' = English
-- 'fr' = Français
-- 'pt' = Português
-- 'de' = Deutsch
-- 'ru' = Русский
---=========================---

Config File

Config = { }
Config.Debug = false
Config.Target = false -- 'ox_target' or false (if false, the target will be the default one)

Config.ColorPrimary = "#D39B05" -- Primary color for the UI
Config.InvitationChat = true -- If true, the invitation button will be shown in the UI
Config.BetWeaponMode = true -- If true, the weapon will be betted can you customize in public/client/functions.lua
Config.EnabledArmour = true -- If true, the bulletproof will be enabled

Config.Inventory = 'default' -- 'ox_inventory', 'default'
Config.ClotheSystem = 'illenium-appearance' -- 'illenium-appearance' if don't use this clothe system, please add your clothe system in public/client/functions.lua | line 82

Config.InfiniteStamine = true -- If true, the stamina will be infinite in match
Config.FastRolling = true -- If true, the rolling will be infinite in match
Config.FastRollingTime = 95 -- Time recommended 90

Config.Lobby = {
    model = "a_m_m_indian_01",
    coords = vector4(188.5944, -843.4774, 31.1607, 29.4268),
    blip = {
        label = "Arenas PvP",
        coords = vector3(188.5944, -843.4774, 31.1607),
        sprite = 437,
        colour = 44,
        scale = 0.8
    }
}

Config.SpectateSystem = false -- If true, the spectate system will be enabled

Config.EnabledLeaderboard = true

Config.EnabledLeaveInRanked = true -- If true, the leave in ranked will be enabled

Config.DeactivateBalancedTeams = true -- If true, the balanced teams will be disabled

Config.PedsLeaderboard = {
    {
        top = 1,
        coords = vector4(-274.3704, -2032.1987, 33.3357, 281.0251),
        game = 'rankeds', -- 'rankeds', 'kills'
        animation = {
            dict = "mini@strip_club@private_dance@part1",
            name = "priv_dance_p1"
        }
    },
    {
        top = 2,
        coords = vector4(-272.6343, -2033.6270, 31.6790, 284.4365),
        game = 'rankeds', -- 'rankeds', 'kills'
        animation = {
            dict = "mini@strip_club@private_dance@part1",
            name = "priv_dance_p1"
        }
    },
    {
        top = 3,
        coords = vector4(-272.5681, -2031.3665, 31.1320, 293.3615),
        game = 'rankeds', -- 'rankeds', 'kills'
        animation = {
            dict = "mini@strip_club@private_dance@part1",
            name = "priv_dance_p1"
        }
    },

    {
        top = 1,
        coords = vector4(-264.9553, -2033.3671, 30.1456, 47.2490),
        game = 'kills', -- 'rankeds', 'kills'
        animation = {
            dict = "mini@strip_club@private_dance@part1",
            name = "priv_dance_p1"
        }
    },

    {
        top = 2,
        coords = vector4(-263.1118, -2032.3623, 30.1456, 72.5983),
        game = 'kills', -- 'rankeds', 'kills'
        animation = {
            dict = "mini@strip_club@private_dance@part1",
            name = "priv_dance_p1"
        }
    },

    {
        top = 3,
        coords = vector4(-266.0529, -2035.7059, 30.1456, 52.6811),
        game = 'kills',
        animation = {
            dict = "mini@strip_club@private_dance@part1",
            name = "priv_dance_p1"
        }
    },

  
}

Config.Commands = {
    Leave = {
        "leave", -- to leave the match use this command /leave
        "quit", -- to leave the match use this command /quit
        "exit" -- to leave the match use this command /exit
    }
}

Config.Rankeds = {
    Points = {
        PerWin = 3,
        PerLose = 5
    }
}

Config.Weapons = {
    { value = "WEAPON_PISTOL", label = "Pistola", category = "Pistolas" },
    { value = "WEAPON_PISTOL_MK2", label = "Pistola MK2", category = "Pistolas" },
    { value = "WEAPON_COMBATPISTOL", label = "Pistola Combate", category = "Pistolas" },
    { value = "WEAPON_PISTOL50", label = "Pistola .50", category = "Pistolas" },
    { value = "WEAPON_COMBATPDW", label = "SMG PDW", category = "Subfusiles" },
    { value = "WEAPON_MICROSMG", label = "Micro SMG", category = "Subfusiles" },
    { value = "WEAPON_SMG", label = "SMG", category = "Subfusiles" },
    { value = "WEAPON_CARBINERIFLE", label = "Carabina", category = "Carabinas" },
    { value = "WEAPON_COMPACTRIFLE", label = "Rifle Compacto", category = "Carabinas" }
}

Config.Gamemodes = {
    { value = 2, label = "1v1" },
    { value = 4, label = "2v2" },
    { value = 6, label = "3v3" },
    { value = 8, label = "4v4" },
    { value = 10, label = "5v5" },
    { value = 12, label = "6v6" }
}

Config.Maps = {
    ['edificio'] = { 
        label = "Edificio", 
        img = "https://r2.fivemanage.com/WEtN7ANCsEslHpPVNG0cp/Capturadepantalla2025-01-02033745.png",
        coords = {
            main = vector4(99.3405, -870.5894, 137.9501, 353.6571),
            teamA = vector4(122.4645, -879.1117, 134.7653, 67.5248),
            teamB = vector4(81.7439, -863.7047, 134.7652, 250.6769)
        },
        MaxDistance = 30 -- If you pass this distance you will teleport to your spawnpoint
    },

    -- ['pequeño'] = { 
    --     label = "Pequeño", 
    --     img = "https://r2.fivemanage.com/WEtN7ANCsEslHpPVNG0cp/Capturadepantalla2025-01-01045323.png",
    --     coords = {
    --         main = vector4(-3110.3354, 11213.0166, 702.8974, 335.2112),
    --         teamA = vector4(-3120.8982, 11213.1855, 696.2285, 271.4332),
    --         teamB = vector4(-3099.1091, 11213.2324, 696.2286, 90.4660)
    --     }
    -- },
    -- ['mediano'] = { 
    --     label = "Mediano", 
    --     img = "https://r2.fivemanage.com/WEtN7ANCsEslHpPVNG0cp/Capturadepantalla2025-01-01045339.png",
    --     coords = {
    --         main = vector4(-3109.7559, 11149.5576, 696.2286, 271.8477),
    --         teamA = vector4(-3123.6187, 11149.3213, 696.2291, 269.6065),
    --         teamB = vector4(-3095.5837, 11149.3193, 696.2288, 91.2690)
    --     }
    -- },
    -- ['laberinto'] = { 
    --     label = "Laberinto", 
    --     img = "https://r2.fivemanage.com/WEtN7ANCsEslHpPVNG0cp/Capturadepantalla2025-01-01045356.png",
    --     coords = {
    --         main = vector4(-3109.4861, 11049.5488, 692.9296, 176.9824),
    --         teamA = vector4(-3070.5696, 11079.1172, 692.9337, 139.1255),
    --         teamB = vector4(-3147.8779, 11015.6641, 692.9305, 322.3596)
    --     }
    -- },
    -- ['skateboard'] ={ 
    --     label = "Skateboard", 
    --     img = "https://r2.fivemanage.com/WEtN7ANCsEslHpPVNG0cp/Capturadepantalla2025-01-01045402.png",
    --     coords = {
    --         main = vector4(-3109.7734, 10938.0693, 696.4324, 269.3676),
    --         teamA = vector4(-3124.9238, 10938.8750, 696.2287, 272.0299),
    --         teamB = vector4(-3093.8599, 10938.5850, 696.2284, 90.4732)
    --     }
    -- },

    -- ['equis'] ={ 
    --     label = "Equis", 
    --     img = "https://r2.fivemanage.com/WEtN7ANCsEslHpPVNG0cp/Capturadepantalla2025-01-03094643-Photoroom.png",
    --     coords = {
    --         main = vector4(-3819.0410, 4487.7539, 765.5553, 262.4501),
    --         teamA = vector4(-3805.0378, 4478.5542, 762.5402, 4.0772),
    --         teamB = vector4(-3832.7839, 4497.0615, 762.5402, 179.2256)
    --     }
    -- },

    -- ['paredes1'] ={ 
    --     label = "Paredes 1", 
    --     img = "https://r2.fivemanage.com/WEtN7ANCsEslHpPVNG0cp/Capturadepantalla2025-01-03094936-Photoroom.png",
    --     coords = {
    --         main = vector4(-3876.3823, 4488.8867, 762.5322, 272.3084),
    --         teamA = vector4(-3865.8401, 4487.9272, 762.5402, 98.1351),
    --         teamB = vector4(-3890.8413, 4488.2749, 762.5413, 266.7307)
    --     }
    -- },


    -- ['paredes2'] ={ 
    --     label = "Paredes 2", 
    --     img = "https://r2.fivemanage.com/WEtN7ANCsEslHpPVNG0cp/Capturadepantalla2025-01-03095115-Photoroom.png",
    --     coords = {
    --         main = vector4(-3940.3625, 4487.3916, 765.8720, 253.3579),
    --         teamA = vector4(-3927.0654, 4478.5547, 762.5402, 4.4675),
    --         teamB = vector4(-3954.8140, 4497.5884, 762.5402, 180.6441)
    --     }
    -- },



    -- ['normal'] ={ 
    --     label = "Normal", 
    --     img = "https://r2.fivemanage.com/WEtN7ANCsEslHpPVNG0cp/Capturadepantalla2025-01-03134549-Photoroom.png",
    --     coords = {
    --         main = vector4(3886.7827, 6001.4761, 116.9910, 281.1161),
    --         teamA = vector4(3887.9167, 6015.1265, 113.1425, 183.1827),
    --         teamB = vector4(3887.6641, 5992.1587, 113.1425, 5.3683)
    --     }
    -- },

    ['rancho'] ={ 
        label = "Rancho", 
        img = "https://r2.fivemanage.com/WEtN7ANCsEslHpPVNG0cp/Capturadepantalla2025-01-08182350.png",
        coords = {
            main = vector4(1457.4629, 1155.3750, 117.7812, 3.6516),
            teamA = vector4(1453.8669, 1183.0627, 114.0538, 179.2235),
            teamB = vector4(1459.6628, 1120.9110, 114.3370, 3.7116)
        },
        MaxDistance = 150
    },

    
    
}

Last updated