SetPlayerModel — FiveM Natives
0x00A1CADD00108836 · PLAYER · all
Set the model for a specific Player. Note that this will destroy the current Ped for the Player and create a new one, any reference to the old ped will be invalid after calling this. As per usual, make sure to request the model first and wait until it has loaded.
Parameters
| Name | Type | Description |
|---|---|---|
| player | Player | The player to set the model for |
| model | Hash | The model to use |
Returns
void