QBCore Install

Step 1. Remove Old Clothing Resources

Delete qb-clothing or illenium-appearance from your resources folder

Delete any tattoo shop resources e.g. qb-tattooshop from your resources folder


Step 2. Install dependencies

Install the dependencies if they are not installed.


Step 3. Download lvs_clothing

Drag And Drop, put lvs_clothing in resources folder


Step 4. SQL

Delete the playerskins table from your database

Delete the player_outfits table from your database

Run the database.sql file located in the resource folder in your database! Or execute the SQL:


Step 5. Config

Now configure and translate your resource.

Config files

/config/config.lua /config/blacklist.lua /config/cloakroom.lua /config/peds.lua /config/stores.lua /config/target.lua /config/tattoos.lua /config/ui.lua


Step 6. Script initiate

Start the script in server.cfg , ensure lvs_clothing.


Step 7. qb-multicharacter

Open qb-multicharacter/server/main.lua find the callback qb-multicharacter:server:getSkin (line 198) and replace with:

Open qb-multicharacter/client/main.lua find the nuicallback RegisterNUICallback('cDataPed', function(nData, cb) (line 206) and replace with:

Last updated