Top 10 ?
#9

Quote:
Originally Posted by Shadoww5
Посмотреть сообщение
PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if(
strcmp(cmdtext"/top10"true) == 0)
    {
        new 
topstr[64], str2[256], maxx;
        for(new 
0MAX_PLAYERS++)
        {
            if(
GetPlayerScore(i) > top) { top GetPlayerScore(i); }
        }
        for(new 
top>= 0t--)
        {
            for(new 
0MAX_PLAYERS++)
            {
                if(!
IsPlayerConnected(i)) continue;
                if(
GetPlayerScore(i) != t) continue;
                
GetPlayerName(istr24);
                
maxx++;
                
format(strsizeof str" %d >> %s - Score: %d"maxxstrGetPlayerScore(i));
                
strcat(str2str);
            }
            
ShowPlayerDialog(playerid150"TOP 10"str2"Close""");
            if(
maxx == 10) break;
        }
        return 
1;
    }
    return 
0;

Not working
Reply


Messages In This Thread
Top 10 ? - by The-Warrior - 16.07.2011, 15:38
Re: Top 10 ? - by park4bmx - 16.07.2011, 15:40
Re: Top 10 ? - by The-Warrior - 16.07.2011, 15:41
Re: Top 10 ? - by Setkus - 16.07.2011, 16:04
Re: Top 10 ? - by park4bmx - 16.07.2011, 16:34
Re: Top 10 ? - by Shadoww5 - 16.07.2011, 16:50
Re: Top 10 ? - by Ronaldo_raul™ - 16.07.2011, 18:43
Re: Top 10 ? - by Shadoww5 - 16.07.2011, 19:09
Re: Top 10 ? - by Ronaldo_raul™ - 16.07.2011, 19:22
Re: Top 10 ? - by MoroDan - 16.07.2011, 19:59

Forum Jump:


Users browsing this thread: 3 Guest(s)