Open rock2rap opened 3 years ago
You have to modify the setUniform function of ESX_Policejob (Client Side )
Replace
TriggerEvent('skinchanger:getSkin', function(skin)
with
TriggerEvent('cui_character:getCurrentClothes', function(skin)
and
TriggerEvent('skinchanger:loadClothes', skin, uniformObject)
with
TriggerEvent('cui_character:updateClothes', uniformObject, false, false)
Same goes to Ambulance and any other job that require changing worker cloth :)
Good luck.
@astron51 thanks finally solved the problem!
when i've change to police uniform it's goes to naked and switch to female character
how to fix it?