[Help] Rotate Object
#1

Hello,

How do i make my ramp with images slowly closes?
My problem is that how you do it quickly closes.
How do i do that slowly rotates?
Can someone give me the performed command?

Code:

Open Ramp -
Code:
CreateDynamicObject(968, 828.07813, -1309.59290, 13.45290,   0.00000, 0.00000, 0.00000);
Close Ramp -
Code:
CreateDynamicObject(968, 828.07813, -1309.59290, 13.45290,   0.00000, 90.00000, 0.00000);
Pictures:
http://www.zaslike.com/viewer.php?fi...y0vzxskwq8.png

Not doing fine language, sorry
Reply
#2

Check this tutorial: https://sampforum.blast.hk/showthread.php?tid=295590, it explains very good how you can achieve that.
Reply
#3

Does not work, can someone help?
Reply
#4

I'll make it easy for you...

pawn Code:
MoveDynamicObject(objectid, 828.07813, -1309.59290, 13.45290+0.0001, 4.0, 0.0, 90.0, 0.0);
Reply
#5

No... Fast fast :/
Reply
#6

MoveDynamicObject(objectid, 828.07813, -1309.59290, 13.45290+0.0001, SPEED GOES HERE, 0.0, 90.0, 0.0);
Reply
#7

The problem is that there is no rotation.
Without rotation closes
Reply
#8

Help?
Reply
#9

Pleaseeeeee help?
Reply
#10

pawn Code:
MoveDynamicObject(objectid, 828.07813, -1309.59290, 13.45290+0.0001, 0.00003, 0.0, 90.0, 0.0);
Reply


Forum Jump:


Users browsing this thread: 9 Guest(s)