04.08.2009, 12:16
Hello I've someting to move but it's the Yrotation to move I used SetObjectRot but that isn't smoot It will directly open and close. I want something smoot anyobdy know??
Originally Posted by SpiderPork
Use a timer.
|
Originally Posted by SpiderPork
Use a timer.
|
new X,Y,Z;
GetObjectRot(objectid,X,Y,Z);
Y++;//or +2,+3,+4 or anything else
SetObjectRot(objectid,X,Y,Z);
Originally Posted by saiberfun
like setting a timer like every 500ms = 0,5secs
that does pawn Код:
|
Originally Posted by [WsR
RyDeR ]
Thank you for answering but I solved it. |