stop train
#1

i want to stop train and he stop now

someone know any way to do this

TogglePlayerControllable dont work it can stop car bike but cant stop traint it freeze player but train keep going


i try

Код:
SlowenVehicle(veh,1.3);
Код:
stock SlowenVehicle(vid,Float:howmuch)
{
    static Float:T[3];
	GetVehicleVelocity(vid, T[0], T[1], T[2]);

    return
			SetVehicleVelocity(vid,T[0] / howmuch , T[1] / howmuch , T[2]);
}
this stop car and other vehicle but still canot stop the traint


someone know how to stop traing? and there is some way to do this?
Reply


Messages In This Thread
stop train - by dud - 20.06.2011, 16:37
Re: stop train - by dud - 20.06.2011, 16:56
Re: stop train - by boelie - 20.06.2011, 17:02
Re: stop train - by dud - 20.06.2011, 17:10
Re: stop train - by Tommy_Mandaz - 20.06.2011, 17:13
Re: stop train - by boelie - 20.06.2011, 17:26
Re: stop train - by Mauzen - 20.06.2011, 17:27
Re: stop train - by dud - 20.06.2011, 19:08
Re: stop train - by =WoR=Varth - 20.06.2011, 19:12
Re: stop train - by Donya - 20.06.2011, 19:34

Forum Jump:


Users browsing this thread: 3 Guest(s)