codem_multichar
Step 1 - Config
Config.Clothes = "rcore_clothing"Step 2 - Client: detect clothing system
Config.Clothes == 'rcore_clothing' orStep 3 - Client: parse skin data
if Config.Clothes == 'illenium-appearance' then
characterData = json.decode(characterData)
model = characterData['model']Step 4 - Client: apply skin to ped
Step 5 - Server (ESX): get skin
Step 6 - Server (QBCore): get skin
Last updated