Change ped model

Hi,

I try to change ped skin but I only found how to change player model (with SetPlayerModel() ) but nothing to do the same with simple ped?

For the moment, I destroy ped with old model and I create a new ped with other model… If it’s possible, I just want to only change the model, without recreate the ped

Thanks

1 Like

Sadly this isn’t possible - `SET_PLAYER_MODEL’ actually recreates the player ped itself.

hum, ok, and there is a way to make the player ped only visible to this player only? like NetworkHandle to false in this native: CreatePed(pedType, modelHash, x, y, z, heading, networkHandle, pedHandle) ?

Thank you!