08.07.2010, 19:52
So you want to know who has got the most kills in a list with from high to low or something?
Lol, I started with something but I don't know... sorry
pawn Код:
new Pname[24];
for(new i; i<MAX_PLAYERS; i++)
{
GetPlayerName(i, Pname, 24);
if(pInfo[i][Kills] >= otherones)....
}