19.05.2016, 07:37
hello, how rotate an object like a Wheel?
with MoveObject and timer or other ?
thank you for your ideas
with MoveObject and timer or other ?
thank you for your ideas
This function can be used to make objects rotate smoothly. In order to achieve this however, the object must also be moved. The specified rotation is the rotation the object will have after the movement. Hence the object will not rotate when no movement is applied. For a script example take a look at the ferriswheel.pwn filterscript made by Kye included in the server package (SA-MP 0.3d and above). |