event onPlayerDamageServer (client-side)
Available since version: 0.3.5
This event is triggered when a player or npc is damaged by the server.
Parameters
int killerid, int playerid, DamageDescription description
intkillerid: the id of the killer. In this particular case damage source can be fall damage or scripts.intplayerid: the id of the player who was damaged.DamageDescriptiondescription: a structure containing damage information. For more information see DamageDescription