[AJUDA] Comando /procurados
#5

By: [Y]Falcon(eu)

pawn Код:
if(!strcmp(cmdtext, "/procurados", true))
{
    new string[25], nome[24], TotalProcurados;
    SendClientMessage(playerid, 0xFFFFFFAA, "==========|| Lista de procurados ||==========");
    for(new player; player < MAX_PLAYERS; player++)
    {
        if(procurado[player] == 1)
        {
            TotalProcurados ++;
            GetPlayerName(player, nome, sizeof(nome));
            format(string, sizeof(string), "%s", nome);
            SendClientMessage(playerid, 0xFF0000AA, string);
        }
    }
    if(TotalProcurados >= 1)
    {
        format(string, sizeof(string), "%d Jogadores procurados", TotalProcurados);
        SendClientMessage(playerid, 0xFF0000AA, string);
    }
    else SendClientMessage(playerid, 0xFF0000AA, "Nenhum jogador estб sendo procurado pela polнcia !!);
    return 0x1;
}
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)