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
If you are migrating from illenium-appearance, you can skip these steps and jump to the migration section
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
If you want to migrate skins don't delete the playerskins table from your database.
How to migrate here.
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.
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