event onPlayerKill (server-side)
Available since version: 0.3.0
Triggered when a player kills another player.
Parameters
void onPlayerKill(int killer_id, int victim_id)
intkiller_id: The id of the killer.intvictim_id: The id of the victim.