Installation Guide
Step 1: Run SQL Script
Open your SQL database.
Run the following script to create the necessary table:
Step 2: Add Items in items.lua
items.lua
Open your
qb-core/shared/items.lua
.Add the following items:
Step 3: Update player.lua
player.lua
Navigate to
[qb] -> qb-core -> server -> player.lua
.Add the following line inside the file
Last updated