09.01.2014, 15:59
(
Последний раз редактировалось Blademaster680; 10.01.2014 в 05:14.
)
Ok I have fixed the issue. For those of you who also are having this problem make sure you set the rotations.
for example:
the rotations are the 3 at the end. So that will rotate the object to point straight up to the sky.
Then when you want it closed you use:
This will then rotate the object 90 degrees.
You need to play around with your rotations because its [Rotation:X][Rotation:Y][Rotation:Z]
Hope this helped
for example:
Код:
MoveDynamicObject(TollBoothLV, 1624.58130, 136.62405, 35.83821, 1, -0.0, -0.0, -0.0);
Then when you want it closed you use:
Код:
MoveDynamicObject(TollBoothLV, 1624.58130, 136.62405, 35.83821, 1, -0.0, -90.0, -0.0);
You need to play around with your rotations because its [Rotation:X][Rotation:Y][Rotation:Z]
Hope this helped