event onPlayerChangeMaxHealth (server-side)
Available since version: 0.0.1
This event is triggered when player maximum health changes.
Parameters
int playerid, int oldMaxHP, int newMaxHP
intplayerid: the id of the player whose maxium health points gets changed.intoldMaxHP: the previous maximum health points of the player.intnewMaxHP: the new maximum health points of the player.