Object--- Y U Rotate
#1

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
Reply
#2

Did you downloaded the newest streamer?
Reply
#3

No But Im not using it
Reply
#4

Sorry for bump but i really need this!
Reply
#5

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..
Reply
#6

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)