SA-MP Forums Archive
How To Move Forward? - 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)
+--- Thread: How To Move Forward? (/showthread.php?tid=433306)



How To Move Forward? - Brokenbreaken - 26.04.2013

I have one question, i want move forward, not in line X or Y, how to do this?


Re: How To Move Forward? - zDivine - 26.04.2013

Press the 'W' Key. (We need a troll face xD)


Re: How To Move Forward? - Brokenbreaken - 26.04.2013

...Not funny.


Re: How To Move Forward? - DobbysGamertag - 26.04.2013

pawn Код:
#define Forward //please



Re: How To Move Forward? - DaRk_RaiN - 26.04.2013

Z will more likely work.


Re: How To Move Forward? - RVRP - 26.04.2013

In my attempt to interpret your question, I seem to understand it as:

"How do I move forward in a different direction than just X or Y?"

Or in other words, how do you move at an angle. The only way to do this is to move in the X or Y direction (w, a, s, d) but move your camera so you are facing in the direction you wish to move linearly.