14.12.2009, 16:37
I have a player kills variable which gets updated when the players dies like this:
But how can i check which player has the most kills?
Alos, how to check if the match is drawn?
pawn Код:
public OnPlayerDeath(killerid,playerid,reason)
{
PlayerKills[playerid]--;
PlayerKills[killerid]++;
}
Alos, how to check if the match is drawn?