SetEntityHealth — RedM Natives
0xAC2767ED8BDFAB15 · ENTITY · all
`` Sets the entity's health. healthAmount sets the health value to that, and sets the maximum health core value. Setting healthAmount to 0 will kill the entity. entityKilledBy parameter can also be 0 ``
Parameters
| Name | Type |
|---|---|
| entity | Entity |
| healthAmount | int |
| entityKilledBy | Entity |
Returns
void