[AJUDA]Comando /tcps
#1

Galera estou usando o comando /tcps para ver se tem algum tcp online, mais apareзe que nгo tem nenhum tcp online, mais sendo que tem poderiгo me ajudar?

Код:
        if(!strcmp(cmdtext, "/tcps", true))
        {
            SendClientMessage(playerid, COLOR_RED, "[    MEMBRO DO TCP ONLINE    ]");
                new count=0;
                for(new i=0; i<MAX_PLAYERS; i++)
                {
                    if(IsPlayerConnected(i))
                    {
                        if(logged[playerid] == 1)
                        {
                            if(PlayerInfo[playerid][TCP] >= 1)
                            {
                                 new cargo[20];
                            if(PlayerInfo[playerid][TCP] == 1) cargo = "Fogueteiro";
                            if(PlayerInfo[playerid][TCP] == 2) cargo = "Vapor";
                            if(PlayerInfo[playerid][TCP] == 3) cargo = "Traficante";
                            if(PlayerInfo[playerid][TCP] == 4) cargo = "Gerente";
                            if(PlayerInfo[playerid][TCP] == 5) cargo = "Dono do Morro";
                            new str[256];
                            new pname[24];
                            GetPlayerName(i, pname, 24);
                            format(str, 256, "%s - %s",cargo, pname );
                            SendClientMessage(playerid, COLOR_CYAN, str);
                            count++;
                        }
                    }
                }
            }
            if(count == 0)
            {
                SendClientMessage(playerid, COLOR_CYAN, "Nгo tem nenhum TCP on-line agora!");
            }
            return 1;
        }
    return 0;
}
Reply


Messages In This Thread
[AJUDA]Comando /tcps - by Nake01 - 25.06.2011, 12:35
Re: [AJUDA]Comando /tcps - by Shadoww5 - 25.06.2011, 12:51
Re: [AJUDA]Comando /tcps - by Nake01 - 25.06.2011, 13:33
Re: [AJUDA]Comando /tcps - by Shadoww5 - 25.06.2011, 13:38
Re: [AJUDA]Comando /tcps - by Nake01 - 25.06.2011, 14:45
Re: [AJUDA]Comando /tcps - by Ricop522 - 25.06.2011, 19:11
Re: [AJUDA]Comando /tcps - by Shadoww5 - 25.06.2011, 19:36
Re: [AJUDA]Comando /tcps - by steki. - 25.06.2011, 21:06
Re: [AJUDA]Comando /tcps - by Nake01 - 25.06.2011, 21:37
Re: [AJUDA]Comando /tcps - by Shadoww5 - 25.06.2011, 22:39

Forum Jump:


Users browsing this thread: 1 Guest(s)