Biyei Store
  • ℹ️Information
    • 👋Welcome
    • 🔐FiveM Asset Escrow System
  • 🧾Scripts
    • 🔫Vip Weapons
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • 🏆Arenas PvP
      • 💿Installation
      • ⚙️Configuration
      • ⬆️Exports
      • 🎒Statesbags
      • ⚒️Common issues
    • 🔫Skin Changer
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • ✅SafeZones
      • 💿Installation
      • ⚙️Configuration
      • 🎒Statebags
      • ⚒️Common issues
    • 📛Red Zones
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • ⭐Partner Code System
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • 📍Announcement System
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • 🪙Coins + Reward System
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • 🚨Defcon Alert
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • 🏨Department
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • 📦Custom Box Creator
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • 👷‍♀️MultipleJobs
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
  • 🌌Old Scripts
    • 🚘xVehicleRent
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • 👷‍♀️xMultipleJobs
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • ⚛️xStorm
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • ⬆️xLift
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • 🔫hPaintball
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
    • 🚗hVehicleShop
      • 💿Installation
      • ⚙️Configuration
      • ⚒️Common issues
Powered by GitBook
On this page
  • Change Language
  • Config File
  1. Scripts
  2. Arenas PvP

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 = "#D68F24" -- 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.Inventory = 'ox_inventory' -- '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 72

Config.Lobby = {
    model = "a_m_m_indian_01",
    coords = vector4(-267.4509, -2025.6018, 30.1456, 275.5573),
    blip = {
        label = "Lobby",
        coords = vector3(-267.4509, -2025.6018, 30.1456),
        sprite = 437,
        colour = 3,
        scale = 0.8
    }
}

Config.EnabledLeaderboard = true

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

    {
        top = 1,
        coords = vector4(-264.9553, -2033.3671, 30.1456, 47.2490),
        game = 'kills', -- 'rankeds', 'kills'
        animation = {
            dict = "custom@take_l",
            name = "take_l"
        }
    },

    {
        top = 2,
        coords = vector4(-263.1118, -2032.3623, 30.1456, 72.5983),
        game = 'kills', -- 'rankeds', 'kills'
        animation = {
            dict = "custom@floss",
            name = "floss"
        }
    },

    {
        top = 3,
        coords = vector4(-266.0529, -2035.7059, 30.1456, 52.6811),
        game = 'kills',
        animation = {
            dict = "custom@orangejustice",
            name = "orangejustice"
        }
    },

  
}

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)
        }
    },

    ['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)
        }
    },

    
    
}
PreviousInstallationNextExports

Last updated 3 months ago

🧾
🏆
⚙️
Page cover image