hello I’m starting development on Red M and I’m encountering a fairly annoying problem.
I recover an existing character skin and I pass it on a virgin ped mp_male with the native ApplyShopItemToPed
so far everything works but once the skin is loaded my Ped has several texture bugs.
does anyone have an idea where this could come from? thanks in advance for the replies
The component you’re applied on your ped is incompatible with this specific ped model.
Hello the ped model is the “mp_male”
I tried to put two different components for the upper body CLOTHING_ITEM_M_BODIES_UPPER_001_V_001 or directly the id BodyType: 543187419, of the upper body of the base character’s skin but result its same
CLOTHING_ITEM_M_BODIES_UPPER_001_V_001
Any news ?