DESCRIPTION
Returns the Ped handle of the given Player ID.
CODE EXAMPLE
ped = GET_PLAYER_PED(PLAYER_ID()); if (DOES_ENTITY_EXIST(ped)) { ...
A better way to browse. Learn more.
A full-screen app on your home screen with push notifications, badges and more.
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.