the richest guys in the server?
#7

@Finn,
Quote:

if(richestplayer != INVALID_PLAYER_ID)

?

Код:
new richest = INVALID_PLAYER_ID, data[2];
foreach(Player,i)
{
     data[0] = GetPlayerMoney(i);
     if(data[0] && data[0] > data[1]) richest = i;
}
This would do the job.
Reply


Messages In This Thread
the richest guys in the server? - by Rocky Balboa - 21.08.2010, 06:41
Re: the richest guys in the server? - by Rocky Balboa - 21.08.2010, 18:39
Re: the richest guys in the server? - by Rocky Balboa - 21.08.2010, 18:46
Re: the richest guys in the server? - by Voldemort - 22.08.2010, 19:03
Re: the richest guys in the server? - by nemesis- - 22.08.2010, 19:44
Re: the richest guys in the server? - by Finn - 22.08.2010, 20:52
Re: the richest guys in the server? - by Sergei - 22.08.2010, 21:05
Re: the richest guys in the server? - by Finn - 22.08.2010, 21:09
Re: the richest guys in the server? - by nemesis- - 22.08.2010, 22:44
Re: the richest guys in the server? - by Sergei - 23.08.2010, 06:18

Forum Jump:


Users browsing this thread: 3 Guest(s)