Native referenceFiveM

SET_ENTITY_MAX_HEALTH

0x166E7CF68597D8B5 ENTITY
FUNCTION SIGNATURE
void SET_ENTITY_MAX_HEALTH(Entity entity, int value);
Property Value
Native Name SET_ENTITY_MAX_HEALTH
Hash 0x166E7CF68597D8B5
Return Type void
Parameters entity (Entity), value (int)

Description: ``` For instance: ENTITY::SET_ENTITY_MAX_HEALTH(PLAYER::PLAYER_PED_ID(), 200); // director_mode.c4: 67849

Back to ENTITY