event onPlayerChangeHealth (client-side)
Available since version: 0.2.1
This event is triggered when player health changes.
Parameters
int playerid, int oldHP, int newHP
intplayerid: the id of the player whose health points gets changed.intoldHP: the previous health points of the player.intnewHP: the new health points of the player.