[Ajuda] Comando /procurados
#5

pawn Код:
CMD:procurados(playerid)
{
    SendClientMessage(playerid,COLOR_RED,"        Lista de Procurados:        ");
    new Jogador[24],new msg[26];
    new count = 0;
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i) && Procurados[i])
        {
            GetPlayerName(i,Jogador,24);
            format(msg,sizeof(msg),"%s", Jogador);
            SendClientMessage(playerid, COLOR_BLUE, msg);
            count++;
        }
    }
    if(count == 0)
    {
        SendClientMessage(playerid, COLOR_RED, "[INFO] Nгo existe qualquer jogar com nнvel de procurado.");
    }
    return 1;
}
tentaste este '-'
Reply


Messages In This Thread
[Ajuda] Comando /procurados - by Dreppins_Coodaaw - 02.02.2012, 19:27
Re: [Ajuda] Comando /procurados - by ReDKiiL - 02.02.2012, 19:34
Re: [Ajuda] Comando /procurados - by Dreppins_Coodaaw - 02.02.2012, 19:38
Re: [Ajuda] Comando /procurados - by Abravanel - 02.02.2012, 20:27
Re: [Ajuda] Comando /procurados - by dPlaYer_ - 02.02.2012, 21:15

Forum Jump:


Users browsing this thread: 1 Guest(s)