DESCRIPTION
Returns the Ped handle of the given Player ID.
CODE EXAMPLE
ped = GET_PLAYER_PED(PLAYER_ID()); if (DOES_ENTITY_EXIST(ped)) { ...
Returns the Ped handle of the given Player ID.
ped = GET_PLAYER_PED(PLAYER_ID()); if (DOES_ENTITY_EXIST(ped)) { ...
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.