Move Objects more times
#1

How can i move an object more times? I mean, once an object moved, instead of stopping i want it to move to another point and so on.
Reply
#2

pawn Код:
StopObject(id)
MoveObject(id,x,y,z,speed);
Stop it, then immediately move it again.
Reply
#3

Or use OnObjectMoved callback, check when the object moved and then move it again to another position.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)