[AJUDA] Comando /procurados
#4

Tente desse jeito:

pawn Код:
if(strcmp(cmdtext,"/procurados",true))
{
    new msg[128],nick[64];
    for(new i=0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(procurado[i] == 1)
            {
                SendClientMessage(playerid,0x008000AA,"        LISTA DE PROCURADOS        ");
                GetPlayerName(playerid,procurado,sizeof(procurado));
                format(msg,sizeof(msg),"%s",nick);
                SendClientMessage(playerid,0xFF8000AA,msg);
            }
        }
    }
    else
    {
        SendClientMessage(playerid,0xFF0000AA,"[INFO] Nгo hб nenhum jogador na lista de procurados!");
    }
    return 1;
}
Espero ter ajudado!
Reply


Messages In This Thread
[AJUDA] Comando /procurados - by Hardware - 06.06.2011, 22:43
Re: [AJUDA] Comando /procurados - by Shadoww5 - 06.06.2011, 22:50
Re: [AJUDA] Comando /procurados - by Hardware - 06.06.2011, 22:57
Re: [AJUDA] Comando /procurados - by [RoxX]Ygor - 06.06.2011, 23:14
Re: [AJUDA] Comando /procurados - by Falcon. - 06.06.2011, 23:28
Re: [AJUDA] Comando /procurados - by Hardware - 06.06.2011, 23:55
Re: [AJUDA] Comando /procurados - by Ricop522 - 07.06.2011, 01:47

Forum Jump:


Users browsing this thread: 1 Guest(s)