event onPlayerDead (server-side)
Available since version: 0.0.1
This event is triggered when one player kills another player.
Parameters
int playerid, int killerid
intplayerid: the id of the player who died.intkillerid: the id of the player who killed other player. If killerid is set to-1, it means that there was no killer.