DESCRIPTION
Sets the health of the given Entity to the specified value:
- Use GET_PED_MAX_HEALTH to retrieve the maximum health value for a Ped.
- Use GET_ENTITY_MAX_HEALTH to retrieve the maximum health value for other Entities.
CODE EXAMPLE
0xAC2767ED8BDFAB15(entity, GET_ENTITY_MAX_HEALTH(entity)); // Sets the entity's health to max.
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.