[Ajuda] colocar comando em zcmd
#1

Код:
if((newkeys == 1) && (IsPlayerInAnyVehicle(playerid)))
    {
        if(!GetPVarInt(playerid, "Motor ON"))
        {
            SetPVarInt(playerid, "Motor ON", true);
            OnPlayerCommandText(playerid,"/motoron"); //_______ Aki
        }
        else
        {
            SetPVarInt(playerid, "Motor ON", false);
            OnPlayerCommandText(playerid,"/motoroff");//________Aki
        }
        return true;
    }
Peguei um /motoron e /motoroff, os comandos em si eu coloquei em zcmd ... Mas essa parte do OnPlayerCommandText(Onde й o comando) eu queria alterar pra q ele fosse obedecido por zcmd
Reply


Messages In This Thread
colocar comando em zcmd - by XVenomX - 06.03.2014, 13:19
Re: colocar comando em zcmd - by Myam - 06.03.2014, 13:22
Re: colocar comando em zcmd - by XVenomX - 06.03.2014, 13:27
Re: colocar comando em zcmd - by FallweN - 06.03.2014, 13:28
Re: colocar comando em zcmd - by XVenomX - 06.03.2014, 13:32

Forum Jump:


Users browsing this thread: 2 Guest(s)