SetMpGamerTagOverridePlayerHealth — FiveM Natives
0x1563FE35E9928E67 · HUD · all
Manually sets the player health value for a gamer tag, using the maximum health to calculate what percentage of the bar should be filled. Has no effect unless \_SET_MP_GAMER_TAG_DISABLE_PLAYER_HEALTH_SYNC has been called prior to disable synchronisation with the attached ped.
Parameters
| Name | Type | Description |
|---|---|---|
| gamerTagId | int | |
| health | int | The amount the health the player has. |
| maximumHealth | int | The maximum amount of health the player could have. |
Returns
void