20.06.2015, 20:26
Did you change the first MoveObject (not the CreateObject)
EDIT:
Might also be worth trying to remove the last 3 arguments from both MoveObject functions?
to
EDIT:
Might also be worth trying to remove the last 3 arguments from both MoveObject functions?
Код:
MoveObject(gate3, -2593.5501,1354.8292,7.0391, 2.5, -1.00, -1.00, 48.00);
Код:
MoveObject(gate3, -2593.5501,1354.8292,7.0391, 2.5);