SA-MP Forums Archive
Help me please - 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: Help me please (/showthread.php?tid=172458)



Help me please - Vilt™ - 30.08.2010

I try'd to make an object rotate, so I went searching an solution.
I want to make an object rotate with a MoveObject idea.

I went to the a_objects in the includes file and added: native RotateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ);

but when I wanted to start the server, it said: runtime error 19.
Can someone help me with this, maybe an other command or something?


Re: Help me please - Voldemort - 30.08.2010

You can't rotate object, you can only set Rotation


Re: Help me please - Vilt™ - 30.08.2010

there has to be something right? It has to be.


Re: Help me please - Mauzen - 30.08.2010

There is a include by Gantzyo for this:
https://sampforum.blast.hk/showthread.php?tid=151452


Re: Help me please - Vilt™ - 30.08.2010

It works, thanks man