21.07.2017, 02:44
MoveObject() and MoveDynamicObject() not needed at all.
http://dev.prineside.com/en/gtasa_sa...1276-package1/
This object rotates and if you attach another object to it that object will rotate as well no need for doing bullshit MoveObject() eating up resources.
All you need to do is make sure you attach the object at a good z-offset then you can set the rotating object well below the floor. Let the client do the work when you can!
http://dev.prineside.com/en/gtasa_sa...1276-package1/
This object rotates and if you attach another object to it that object will rotate as well no need for doing bullshit MoveObject() eating up resources.
All you need to do is make sure you attach the object at a good z-offset then you can set the rotating object well below the floor. Let the client do the work when you can!