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 for F10 Menu
  • Config File
  1. Scripts
  2. Vip Weapons

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

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

Change Language for F10 Menu

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

Cfg = { }
Cfg.Debug = true --- Use if they have any errors and see the debugging code.

-- In game language detect with biyei_utils

Cfg.OpenManageCommand = 'vipweapons'
Cfg.OpenKeyMenu = 'f10'

Cfg.MenuColor = { r = 87, g = 35, b = 100 }

---- Menu Position ----
Cfg.MenuPosition = 'centerright'
-- Positions:
-- 'topleft' | 'topcenter' | 'topright' | 'centerleft' | 'center'
-- 'centerright' | 'bottomleft' | 'bottomcenter' | 'bottomright'
-----------------------
PreviousInstallationNextCommon issues

Last updated 8 months ago

🧾
🔫
⚙️
Page cover image