Quote:
Originally Posted by Ironboy
Like this?
pawn Код:
SetTimer("Moveobject",100000,true);
pawn Код:
forward Moveobject(); public Moveobject() { MoveObject(id, x, y, z, speed); }
|
Yep, then set another timer to move it back or whatever. Make sure you set the timers to false.
Make one trigger the other.