Object--- Y U Rotate - 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--- Y U Rotate (
/showthread.php?tid=331998)
Object--- Y U Rotate -
Gooday - 06.04.2012
Im using this: In the pics all works fine but in my game the gates rotates? Why?"?"?
https://sampforum.blast.hk/showthread.php?tid=49271
Always when i "move objects" the objects rotates if the coords are right.... Please? Im using SAMP 03d R2
Re: Object--- Y U Rotate -
ivanVU - 06.04.2012
Did you downloaded the newest streamer?
Re: Object--- Y U Rotate -
Gooday - 06.04.2012
No But Im not using it
Re: Object--- Y U Rotate -
Gooday - 07.04.2012
Sorry for bump but i really need this!
Re: Object--- Y U Rotate -
Harish - 07.04.2012
did you use any thing like move object to x and also to y
like this
pawn Код:
MoveObject(obj, 10, 10, 0, 2.00);//so it move both x and y and in visual it rotates..
Re: Object--- Y U Rotate -
Harish - 07.04.2012
here i will explain
pawn Код:
Gate = CreateObject(985, 10.0, 10.0, 10.0, 0.0000, 0.0000, 90.0000);
//you should move object
MoveObject(Gate,10.0,20.0,10.0,2.0);//only y value was changed