Need someone to explain me
#2

So you want to know who has got the most kills in a list with from high to low or something?

pawn Код:
new Pname[24];
for(new i; i<MAX_PLAYERS; i++)
{
   GetPlayerName(i, Pname, 24);
   if(pInfo[i][Kills] >= otherones)....
}
Lol, I started with something but I don't know... sorry
Reply


Messages In This Thread
Need someone to explain me - by [XST]O_x - 08.07.2010, 19:43
Re: Need someone to explain me - by CAR - 08.07.2010, 19:52
Re: Need someone to explain me - by [XST]O_x - 08.07.2010, 19:56
Re: Need someone to explain me - by CAR - 08.07.2010, 20:03
Re: Need someone to explain me - by [XST]O_x - 08.07.2010, 20:06
Re: Need someone to explain me - by CAR - 08.07.2010, 20:09
Re: Need someone to explain me - by [XST]O_x - 08.07.2010, 20:11
Re: Need someone to explain me - by CAR - 08.07.2010, 20:13
Re: Need someone to explain me - by Hiddos - 08.07.2010, 20:22
Re: Need someone to explain me - by [XST]O_x - 08.07.2010, 20:36

Forum Jump:


Users browsing this thread: 2 Guest(s)