how to make not usefull vehicle?
#7

Quote:
Originally Posted by ancezas
Посмотреть сообщение
pawn Код:
new engine, lights, alarm, doors, bonnet, boot, objective;
    GetVehicleParamsEx(tacka1 || tacka2 || tacka3 || tacka, engine, lights, alarm, doors, bonnet, boot, objective);
    SetVehicleParamsEx(tacka1 || tacka2 || tacka3 || tacka, 0,0,0,1,0,0,0);
not working, i need to know how to make it not move
You can't "lock it in place", if that's what you mean. Try checking every X time if the vehicle is still in the position it's supposed to be and reset it to the correct position if it's not.

As for the vehicle not being enterable by other players. You can lock the doors & check if the player is the car owner under OnPlayerEnterVehicle()
Reply


Messages In This Thread
how to make not usefull vehicle? - by ancezas - 12.11.2013, 13:33
Re: how to make not usefull vehicle? - by dominik523 - 12.11.2013, 13:39
Re: how to make not usefull vehicle? - by Pottus - 12.11.2013, 13:58
Re: how to make not usefull vehicle? - by dominik523 - 12.11.2013, 14:04
Re: how to make not usefull vehicle? - by AIped - 12.11.2013, 14:38
Re: how to make not usefull vehicle? - by ancezas - 12.11.2013, 15:05
Re: how to make not usefull vehicle? - by Sinner - 12.11.2013, 15:10
Re: how to make not usefull vehicle? - by ancezas - 12.11.2013, 15:12
Re: how to make not usefull vehicle? - by ancezas - 12.11.2013, 15:23
Re: how to make not usefull vehicle? - by Sinner - 12.11.2013, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)