SA-MP Forums Archive
About moving object - 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: About moving object (/showthread.php?tid=269864)



About moving object - Mr.1337 - 18.07.2011

I know how to move objects, etc
my question is:
how do you move it upstairs, not to east, or west..?


Re: About moving object - Ehab1911 - 18.07.2011

By getting I think the coords up and down like use s0biet :P to get them XD, For getting the upper coords, use s0biet to airbreak to the upper side and like freeze it and T --> /save UP-POS etc


Re: About moving object - Babul - 18.07.2011

if you know how to move an object to a side, then you already know how to move it upwards. simply use the Z axis. (3rd parameter, here 10)
Код:
MoveObject(Gate,0,0,10,1);
will move a gate 10 units up the sky.