Object Movement - 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: Object Movement (
/showthread.php?tid=344500)
Object Movement -
usersamp - 21.05.2012
Please, how i can do this movement for object?

Thanks to all!
Re: Object Movement -
iRage - 21.05.2012
You can either make it move to positions on the arc or make a function that does it for you automatically.
That function should be like:
YourFunction(objectid, x, y, z, speed, arcsize);
Never tried doing anything similar though.
Re: Object Movement -
usersamp - 21.05.2012
Ok.. i use getxyinfront of player for set the object near facingplayer..
now i need a arc function..