[Ajuda] /lideres
#4

pawn Код:
if( strcmp( cmd, "/lideres", true ) == 0 )
    {
        new
            countliders
        ;
        SendClientMessage( playerid, -1, "[BDP] Lнderes Online:" );
       
        for( new l = 0; l < MAX_PLAYERS; l++ ) // <<< aqui
        {
            if( IsPlayerConnected( l ))
            {
                new
                    msg[ 64 ]
                ;
                format( pFile, sizeof( pFile ), "clas/%s.ini", PlayerName( i ));
               
                if( dini_Exists( pFile ))
                {
                    if( strcmp( dini_Get( pFile, "cla" ), "Nenhum", false ))
                    {
                        new
                            formy[ 128 ]
                        ;
                        format( formy, sizeof( formy ), "clas/%s.ini", dini_Get( pFile, "cla" ));
                       
                        if( strcmp( dini_Get( formy, "Dono" ), PlayerName( i ), true ) == 0 )
                        {
                            countliders ++;
                            format( msg, sizeof( msg ), "[BDP] Lнder %s | Clг %s", PlayerName( i ), dini_Get( pFile, "cla" ));
                            SendClientMessage( playerid, -1, msg );
                        }
                    }
                }
            }
        }
        if( countliders <= 0 ) return SendClientMessage( playerid, -1, "[BDP] Nenhum lнder online");
        return 1;
    }
   
stock PlayerName( playerid )
{
    new gName[MAX_PLAYER_NAME+1];
    GetPlayerName( playerid, gName, sizeof(gName));
    return gName;
}
Reply


Messages In This Thread
[Ajuda] /lideres - by Cristhian - 16.11.2011, 23:39
Re: [Ajuda] /lideres - by Mteck - 16.11.2011, 23:49
Re: [Ajuda] /lideres - by Cristhian - 17.11.2011, 00:11
Re: [Ajuda] /lideres - by [NWD]Jim._.Carrey - 17.11.2011, 00:42
Re: [Ajuda] /lideres - by ViniBorn - 17.11.2011, 00:48
Re: [Ajuda] /lideres - by [NWD]Jim._.Carrey - 17.11.2011, 00:53
Re: [Ajuda] /lideres - by Cristhian - 17.11.2011, 01:10
Re: [Ajuda] /lideres - by [NWD]Jim._.Carrey - 17.11.2011, 01:13
Re: [Ajuda] /lideres - by Cristhian - 17.11.2011, 01:15
Re: [Ajuda] /lideres - by [NWD]Jim._.Carrey - 17.11.2011, 01:20

Forum Jump:


Users browsing this thread: 2 Guest(s)