[AJUDA] Comando nгo reconhecido
#2

pawn Код:
if(strcmp(cmd, "/senha", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if(PlayerInfo[playerid][pAge] == 0)
            {
                filaa(playerid);
                SendClientMessage(playerid, COLOR_GREY, "Vocк entrou na fila de atendimento, Para sair digite /sairfila.");
                new string2[256];
                new pnamee[256];
                GetPlayerName(playerid, pnamee,256);
                format(string2, sizeof(string), "** %s Entrou na fila de atendimento.", pnamee);
                ABroadCast(COLOR_ALERTA,string2,1);
            }
            else
            {
                SendClientMessage(playerid, COLOR_GREY, "Vocк jб estб na fila de atendimento. Para sair digite: /sairfila");
            }
        }
        return 1;
    }
Reply


Messages In This Thread
[AJUDA] Comando nгo reconhecido - by Lucas_ - 03.05.2011, 16:29
Re: [AJUDA] Comando nгo reconhecido - by Josma_cmd - 03.05.2011, 16:32
Re: [AJUDA] Comando nгo reconhecido - by Lucas_ - 03.05.2011, 16:45
Re: [AJUDA] Comando nгo reconhecido - by Shadoww5 - 03.05.2011, 16:51
Re: [AJUDA] Comando nгo reconhecido - by The Knight - 03.05.2011, 17:07
Re: [AJUDA] Comando nгo reconhecido - by JonathanFeitosa - 03.05.2011, 17:19
Re: [AJUDA] Comando nгo reconhecido - by Josma_cmd - 03.05.2011, 17:20
Re: [AJUDA] Comando nгo reconhecido - by Lucas_ - 03.05.2011, 17:59
Re: [AJUDA] Comando nгo reconhecido - by Ricop522 - 03.05.2011, 19:04
Re: [AJUDA] Comando nгo reconhecido - by The Knight - 03.05.2011, 19:25

Forum Jump:


Users browsing this thread: 2 Guest(s)