20.07.2013, 13:40
I would say you need to make a loop, which would be something like this:
pawn Код:
for(new x=0; x<MAX_PLAYERS; x++) if (IsPlayerConnected(x)) if (GetPlayerKills(x) >= HighestKills) // you know what to do before, you need to store a new variable for highestkills and make a stock for GetPlayerKills I guess