DESCRIPTION
Creates a Ped at the specified position with the model hash and heading provided. Note that you should ensure the model is loaded beforehand.
CODE EXAMPLE
pedHandle = CREATE_PED(0x93B09465, -305.8457, 792.7352, 118.0212, 45.0, false, false, 0); if (DOES_ENTITY_EXIST(pedHandle)) { ...
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.