[Ajuda] Comando nгo funcionando.
#1

pawn Код:
CMD:chatv(playerid, params[])
{
        new Texto[128], String[64];
        if ( !IsPlayerVIP(playerid)) return SendClientMessage(playerid, Vermelho, "[ERRO]: Vocк nгo possui permissгo suficiente.");
        if(sscanf(params, "s", Texto)) return SendClientMessage(playerid, Vermelho, "[ERRO]: Use: /v [texto]");
        format(String, sizeof(String), "(CV) %s: %s", Nome(playerid), Texto);
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            if ( !IsPlayerVIP(playerid))
            {
                SendClientMessage(i, -1, String);
            }
        }
        return 1;
}
O comando tem dado esse warning(tag mismatch), e nгo faz o que deveria fazer, que й enviar mensagem aos jogadores vips, como resolver?
Reply


Messages In This Thread
Comando nгo funcionando. - by Feelipe - 10.04.2017, 14:34
Re: tag mismatch em comando - by renatog - 10.04.2017, 14:38
Re: tag mismatch em comando - by Feelipe - 10.04.2017, 14:40
Re: Comando nгo funcionando. - by renatog - 10.04.2017, 14:45
Re: Comando nгo funcionando. - by Feelipe - 10.04.2017, 16:03
Re: Comando nгo funcionando. - by vPunisheR - 10.04.2017, 16:06
Re: Comando nгo funcionando. - by iTzMatheus - 10.04.2017, 16:27
Re: Comando nгo funcionando. - by Feelipe - 10.04.2017, 19:40

Forum Jump:


Users browsing this thread: 2 Guest(s)