18.07.2011, 12:58
if you know how to move an object to a side, then you already know how to move it upwards. simply use the Z axis. (3rd parameter, here 10)
will move a gate 10 units up the sky.
Код:
MoveObject(Gate,0,0,10,1);