function setPlayerHealth (server-side)
Available since version: 0.0.1
This function will set the player/npc health points for all players.
Declaration
void setPlayerHealth(int id, int the)
Parameters
intid: the player id.intthe: health points amount.