TopScoreCreate
#1

hi,
i want to display a top 5, top 10, top 15 or what ever texdraw after every round (Kills).
The texdraw is no problem but how to check whos the best, the second best third and so on?
Is that possible with this code?

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if (val < zdmcount[i] && i != id)
    {
        val = zdmcount[i];
        id2 = i;
    }
}
i hope u can help me.

regards...
Reply


Messages In This Thread
TopScoreCreate - by BlackWolf120 - 06.01.2011, 05:27
Re: TopScoreCreate - by DarrenThayer - 06.01.2011, 08:21
Re: TopScoreCreate - by Joe Staff - 06.01.2011, 08:36
Re: TopScoreCreate - by DarrenThayer - 06.01.2011, 08:39
Re: TopScoreCreate - by BlackWolf120 - 06.01.2011, 18:21
Re: TopScoreCreate - by BlackWolf120 - 08.01.2011, 22:37
Re: TopScoreCreate - by MadeMan - 08.01.2011, 23:48
Re: TopScoreCreate - by BlackWolf120 - 10.01.2011, 18:10
Re: TopScoreCreate - by BlackWolf120 - 11.01.2011, 16:43
Re: TopScoreCreate - by BlackWolf120 - 14.01.2011, 17:58

Forum Jump:


Users browsing this thread: 7 Guest(s)