Installation
📦 Installation Instructions for Evo-Anklet Script System
To ensure the proper functioning of the Evo-Anklet Script System, follow these installation instructions carefully. This system has essential dependencies and setup steps for a smooth experience.
🛠️ Asset Dependencies
Mandatory Dependencies:
FiveM Server (latest recommended)
MySQL Database
Framework:
QB-Core (recommended)
es_extended (ESX Base)
QBox
Standalone
Target System:
qb-target
ox_target
Inventory System:
qb-inventory
ox_inventory
qs-inventory
1️⃣ Download & Place the Resource
Download Evo-Anklet and place it in your server's resources folder:
[FRAMEWORK]/evo-anklet/
2️⃣Inventory Items
📦 QB Inventory Items
📦OX Inventory Items
3️⃣ Database Setup
Run the SQL commands from sql.sql to set up required tables and columns:
4️⃣ Images Installation
Copy all images from the images/ folder to your inventory images directory Ensure proper file paths in your inventory configuration
5️⃣ ⚙️ Script Configuration
Open config.lua
and adjust settings to match your server:
Config = {
Framework = 'qb', -- 'auto', 'qb', 'esx', 'qbox'
target = "qb-target", -- qb-target or ox_target
InventoryType = 'qb-inventory', -- qb-inventory or ox_inventory
language = 'en', -- Language for localization
DevMode = false, -- Enable debug mode
}
Adjust shop, tracking, and other options as needed for your server
7️⃣ Add to server.cfg
Add the resource to your server.cfg:
ensure evo-anklet
Last updated