[Ajuda] Comando nгo funcionando.
#8

Quote:
Originally Posted by vPunisheR
Посмотреть сообщение
Usando isto ! vocк iguala a variavel a 0, ou seja verificando se o cara nгo й VIP.
Quote:
Originally Posted by iTzMatheus
Посмотреть сообщение
Tente:

Код:
CMD:chatv(playerid, params[])
{
        new Texto[128], String[64];
    	if (!IsPlayerVIP(playerid))  //Se o jogador nгo for VIP o cуdigo para e retorna a mensagem de erro.
           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)) //Se o jogador for VIP o cуdigo continua.
            {
                SendClientMessage(i, -1, String);
            }
        }
        return 1;
}
A utilizaзгo do '!' em um If verifica o oposto, o lado negativo dessa variбvel, vocк apenas inverteu isso. Ao invйs de mandar mensagens apenas aos vips, mandava a todos nгo-vips.
Entendi, obrigado.
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: 1 Guest(s)