[AJUDA] Comando /procurados
#2

PHP код:
if(!strcmp(cmdtext,"/procurados",true))
{
    new 
msg[128],nick[64];
    for(new 
i=0<MAX_PLAYERSi++)
    {
        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;
    }
    return 
1;

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)