[Ajuda] problema no ligar e desligar usando Y
#1

Eae galera estou aqui a pedir que me ajudem nesse "BUG" nгo exatamente um bug deve ser o comando incompleto aguardo ajuda


Код:
if(!IsPlayerInAnyVehicle(playerid))
        {
            SendClientMessage(playerid, Azul,"Vocк nгo estб em um veiculo para ligб-lo!");
            return 1;
        }
        new mot, lu, alar, por, cap, porma, ob;
        new carro = GetPlayerVehicleID(playerid);
        if(carro != INVALID_VEHICLE_ID)
		{

                if(ligarv[playerid] == 0)

                    GetVehicleParamsEx(carro, mot, lu, alar, por, cap, porma, ob);
                    SetVehicleParamsEx(carro, VEHICLE_PARAMS_ON, lu, alar, por, cap, porma, ob);
                    ligarv[playerid] = 0;
                    SendClientMessage(playerid, Verde, "Ligado");

                    
            }
            
        if(!IsPlayerInAnyVehicle(playerid))
        {
            SendClientMessage(playerid, Azul,"Vocк nгo estб em um veiculo para desligб-lo!");
            return 1;
        }
        if(carro != INVALID_VEHICLE_ID)
            {
                if(ligarv[playerid] == 1)

                    GetVehicleParamsEx(carro, mot, lu, alar, por, cap, porma, ob);
                    SetVehicleParamsEx(carro, VEHICLE_PARAMS_OFF, lu, alar, por, cap, porma, ob);
                    ligarv[playerid] = 0;
                    SendClientMessage(playerid, Vermelho, "Desligado!");
			
            }
Reply


Messages In This Thread
problema no ligar e desligar usando Y - by Kojak - 26.02.2015, 06:42
Re: problema no ligar e desligar usando Y - by AssasinoLM - 26.02.2015, 07:26
Re: problema no ligar e desligar usando Y - by Kojak - 26.02.2015, 07:28
Re: problema no ligar e desligar usando Y - by GabrielDias_Invision - 26.02.2015, 10:37
Re: problema no ligar e desligar usando Y - by Kojak - 26.02.2015, 13:24
Re: problema no ligar e desligar usando Y - by Italoigt - 29.03.2015, 23:52

Forum Jump:


Users browsing this thread: 1 Guest(s)