[Ajuda] Ajuda???
#4

Olha ae
pawn Код:
if(!strcmp(cmdtext, "/admins", true))
    {
        SendClientMessage(playerid, COR_PRINCIPAL, "** Todos os Admins online:");
        new admtext[64];
        new funcao[128];
        new count=0;
        for(new i=0; i<MAX_PLAYERS; i++)
        {
            if(PlayerInfo[i][pAdmin] == 5) { admtext = "Game Master"; }
            if(PlayerInfo[i][pAdmin] == 4) { admtext = "Sub Game Master"; }
            if(PlayerInfo[i][pAdmin] == 3) { admtext = "Level 3"; }
            if(PlayerInfo[i][pAdmin] == 2) { admtext = "Level 2"; }
            if(PlayerInfo[i][pAdmin] == 1) { admtext = "Level 1"; }
            if(IsPlayerConnected(i))
            {
                if(logado[i] == 1)
                {
                    if(PlayerInfo[i][pAdmin] >= 1)
                    {
                        new str[256];
                        new pname[24];
                        GetPlayerName(i, pname, 24);
                        format(str, 256, "Adminstrador: %s [%s]", pname, admtext);
                        SendClientMessage(playerid, 0xE3E3E3FF, str);
                        count++;
                    }
                }
            }
        }
        if(count == 0)
        {
            SendClientMessage(playerid, 0xD8D8D8FF, "Nгo tem nenhum Admins on-line agora!");
        }
        return 1;
    }
Reply


Messages In This Thread
Ajuda??? - by FireBallPlays - 10.07.2012, 22:39
Re: Ajuda??? - by zbt - 10.07.2012, 22:41
Re: Ajuda??? - by [JD]BlackFire - 10.07.2012, 22:43
AW: Ajuda??? - by denis15711 - 10.07.2012, 22:43
Re: Ajuda??? - by FireBallPlays - 10.07.2012, 22:43

Forum Jump:


Users browsing this thread: 1 Guest(s)