Installation Guide
This guide will help you install the ARS VVS Grillz Shop System on your FiveM server.
Prerequisites
Section titled “Prerequisites”- Latest ESX or QB Core Framework
- Latest FiveM build
- oxmysql
- ox_lib
- ars_iclothing
- VVS Grillz (stream pack)
Basic Installation
Section titled “Basic Installation”- Download the resources from the CFX Portal
- Extract to your resources folder
- Add the following lines to your server.cfg:
ensure grillzmapensure vvsgrillzensure ars_vvsgrillz_v2ensure ars_iclothing
- Copy images from
INSTALL ME FIRST/images for inventoryto your inventory images folder - Execute
INSTALL ME FIRST/database.sqlin your database
Framework-Specific Setup
Section titled “Framework-Specific Setup”ESX Setup
Section titled “ESX Setup”- Execute
INSTALL ME FIRST/esx/job.sqlin your database - Execute
INSTALL ME FIRST/esx/items-weight.sqlin your database - Copy
grillz.luafromgrillzmap/INSTALL_ME_FIRSTfolder toars_vvsgrillz_v2/shopsfolder - Copy
bags.luafromgrillzmap/INSTALL_ME_FIRSTfolder toars_iclothing/presetfolder
QB Core Setup
Section titled “QB Core Setup”-
Add job data from
INSTALL ME FIRST/qb/job.txtto your QB Core shared jobs['grillz'] = {label = 'Grillz Maker',defaultDuty = true,grades = {['0'] = { name = 'Trainee', payment = 500 },['1'] = { name = 'Jeweler', payment = 750 },['2'] = { name = 'Master Craftsman', payment = 1000 },['3'] = { name = 'Owner', payment = 1250, isboss = true },}} -
Add items from
INSTALL ME FIRST/qb/items.txtto QBCore shared items -
Add boss menu locations to
qb-management/client/cl_config.luaorqb-management/config.lua:['grillz'] = {vector3(119.04, -1045.56, 29.31),}, -
Copy
grillz.luatoars_vvsgrillz_v2/shopsfolder -
Copy
bags.luatoars_iclothing/presetfolder
Grillz Configuration
Section titled “Grillz Configuration”For the grillz to display properly on your players:
- Use emote menu → moods → stressed to keep mouth open for testing
- Find what slot number that the addon grillz start in clothing menu under bags (for male and female)
- Update the numbers in
ars_iclothing/preset/bags.luato match your clothing pack- If grillz1a shows up in bags slot 140, replace 126 with 140 in bags.lua and so on.
- Do this for all grillz1-grillz10 for both male and female models
Troubleshooting
Section titled “Troubleshooting”Common issues and solutions:
- Items not showing? Check your database tables or items.lua
- Job not working? Verify job tables or QB-Management setup
- Grillz not visible? Check clothing numbers in bags.lua and ensure vvsgrillz folder is streaming properly
Support
Section titled “Support”Need help? Join discord.gg/vvscustoms or discord.gg/amirobin
- Create a support ticket with your tebex/keymaster username
- Mention which framework you’re using (ESX or QBCore)
- Include screenshots/videos of any issues