Clothing

Configure your clothing exports

The following event sets the appearance of the peds when selecting a character.

RegisterNetEvent('solos-multicharacter:client:SetAppearance', function(ped, skin)
    
    INSERT YOUR EVENT OR EXPORT THAT SETS PED APPEARANCE HERE
    
end)

Examples:

Illenium appearance
    exports['illenium-appearance']:setPedAppearance(ped, skin)
qb-clothing
TriggerEvent('qb-clothing:client:loadPlayerClothing', skin, ped)

*If using the default ESX skinchanger, a custom function is included in clothing.lua

Last updated