14.06.2010, 16:23
On DM servers you see on the right hand side of the screen a list of the last deaths, How do I get that on my server?
public OnPlayerDeath(playerid, killerid, reason)
{
if(killerid==INVALID_PLAYER_ID) { SendDeathMessage(INVALID_PLAYER_ID,playerid,reason); }
else { SendDeathMessage(killerid,playerid,reason);}