function setPlayerMaxHealth (client-side)
Available since version: 0.1.1
This function will set the player/npc max health points.
Declaration
void setPlayerMaxHealth(int id, int maxHealth)
Parameters
intid: the player id.intmaxHealth: the maximum health points amount.