[AJUDA] Warning em CMD
#5

pawn Код:
if(!strcmp(cmdtext, "/admins", true))
    {
        static
            Jogador[24],
            msg[100],
            count5
        ;
        count5 = false;
        for (new i=0, e = GetMaxPlayers(); i != e; i++)
        {
            if(IsPlayerConnected(i) && IsPlayerAdmin(i))
            {
                GetPlayerName (i,Jogador,24);
                format (msg,sizeof (msg), "Admins Online : %s",Jogador);
                SendClientMessage(playerid, 0xFFFFFFAA, msg);
                count5 = true;
            }
        }
        if(!count5) return SendClientMessage(playerid, 0xFFFFFFAA, "Nenhum Admin Online No Momento Aguarde.");
        return 1;
    }
Reply


Messages In This Thread
[AJUDA] Warning em CMD - by Pedro Pawno - 03.01.2012, 19:38
Re: [AJUDA] Warning em CMD - by Kuddy - 03.01.2012, 19:42
Re: [AJUDA] Warning em CMD - by Adrian Fahrenheit Tepes - 03.01.2012, 19:43
Re: [AJUDA] Warning em CMD - by DrTHE - 04.01.2012, 00:17
Re: [AJUDA] Warning em CMD - by [O.z]Caroline - 04.01.2012, 01:52

Forum Jump:


Users browsing this thread: 1 Guest(s)