[Ajuda] /Procurados
#1

Olб,

Nгo consegui identificar o erro nesse comando, ele nгo obtem todos os jogadores os jogadores procurados no Servidor, Apenas mostra meu nome ou mostra a quantidade errada de estrelas de cada jogador procurado.

PHP код:

CMD
:procurados(playerid)
{
    if(
Profissao[playerid] == || Profissao[playerid] == 10 || Profissao[playerid] == 11 || Profissao[playerid] == 12 || Profissao[playerid] == 13 || Profissao[playerid] == 14 || PlayerInfo[playerid][pAdmin] == 1000 || PlayerInfo[playerid][pAdmin] == 2000 || IsPlayerInRangeOfPoint(playerid2.0249.152867.83531003.6406))
    {
        
SendClientMessage(playerid0x1E90FFAA"• Lista de Procurados •");
         static 
boolresult;
          for(new 
iMAX_PLAYERS; ++i)
           {
               new 
string[200],pname[MAX_PLAYER_NAME];
            
GetPlayerName(ipname24);
             if(
IsPlayerConnected(i))
            {
                   if(
GetPlayerWantedLevel(i) == 1)
                {
                    
format(string,sizeof(string),"%s [ %d ] - {FFFFFF}1 Estrela"pnamei);
                    
SendClientMessage(playerid, -1string);
                       
result true;
                 }
                if(
GetPlayerWantedLevel(i) == 2)
                {
                    
format(string,sizeof(string),"%s [ %d ] - {FFFFFF}2 Estrelas"pnamei);
                    
SendClientMessage(playerid, -1string);
                       
result true;
                 }
                if(
GetPlayerWantedLevel(i) == 3)
                {
                    
format(string,sizeof(string),"%s [ %d ] - {FFFF5B}3 Estrelas"pnamei);
                    
SendClientMessage(playerid, -1string);
                       
result true;
                 }
            }
        }
        if(!
result) return SendClientMessage(playeridAZUL" ~> Nenhum Jogador procurado no momento <~");
    }
    else
    {
        
SendClientMessage(playeridVERMELHO_ESCURO"[ INFO ] {FFFFFF}Vocк nгo й um Policial");
    }
    return 
1;

Reply


Messages In This Thread
/Procurados - by Maklister - 14.10.2012, 15:26
Re: /Procurados - by DrTHE - 14.10.2012, 18:56
Re: /Procurados - by Maklister - 14.10.2012, 20:38
Re: /Procurados - by DrTHE - 14.10.2012, 20:57
Re: /Procurados - by Maklister - 14.10.2012, 20:59
Re: /Procurados - by DrTHE - 14.10.2012, 21:02
Re: /Procurados - by Jason` - 14.10.2012, 21:13
Re: /Procurados - by DrTHE - 14.10.2012, 21:17

Forum Jump:


Users browsing this thread: 1 Guest(s)