SA-MP Forums Archive
How would I create a throttle system? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How would I create a throttle system? (/showthread.php?tid=196226)



How would I create a throttle system? - pagie1111 - 05.12.2010

I am developing an advanced system for planes. Is there anyway I can make the speed set to a cruise so that all other controls are usable like Left Right Ascend Descend.

Thank you....


Re: How would I create a throttle system? - Scenario - 05.12.2010

You could make a command like /cruise so if a player is in a vehicle, they're velocity will be stored into a variable then you can set their velocity to the one you just saved... I don't know if that is going to work well, but it's worth a shot.