30.11.2010, 20:40
This works but it is not a gate it is objects that move up and down by them selfs i tryed almost everything i can come up with! did not work, I even tried making my own
but still doesn't work!! Please can you tell me another way to do it?
Код:
new Float:x; new Float:y; new Float:z; GetObjectPos(ob1,x,y,z); if (z == 130) { MoveObject(ob1, -1136.44543457, -987.37402344, 148); } else { MoveObject(ob1, -1136.44543457, -987.37402344, 130); } }