PainedPsyche / cui_character

An advanced character and clothes editor for esx framework that aims to be comfortable to use, hide complexity and blend in with original GTA V interface elements.
73 stars 47 forks source link

Broken face #66

Open MJRamon opened 2 years ago

MJRamon commented 2 years ago

Whenever skinchanger:loadClothes is used, this happens: image

uniformObject = {
    arms = 4,
    torso_1 = 332, torso_2 = 2,
    tshirt_1 = 15, tshirt_2 = 0,
    pants_1 = 128, pants_2 = 2,
    shoes_1 = 93, shoes_2 = 5
}

TriggerEvent('skinchanger:getSkin', function(skin)
    TriggerEvent('skinchanger:loadClothes', skin, uniformObject)
end)