[plaese Help me]How to check the most of a variable?
#1

I have a player kills variable which gets updated when the players dies like this:

pawn Код:
public OnPlayerDeath(killerid,playerid,reason)
{
PlayerKills[playerid]--;
PlayerKills[killerid]++;
}
But how can i check which player has the most kills?

Alos, how to check if the match is drawn?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)