SA-MP Forums Archive
Object Rotate Via Command Help - 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 Rotate Via Command Help (/showthread.php?tid=391214)



Object Rotate Via Command Help - ShawtyyMacJunior - 09.11.2012

Ive made objects move to desired x y z Coordinates, but I have no clue on how to rotate them. Is there a code to do that? If so please link me to it.

Код:
MoveDynamicObject(objectname, x, y, z, movingspeed);



Re: Object Rotate Via Command Help - Glad2BeHere - 09.11.2012

Код:
movedynamicobject (objectname,x,y,z,speed,rotx,roty,rotz)
https://sampwiki.blast.hk/wiki/MoveObject

but rotation is optional