Quote:
Originally Posted by Maadox
|
yes the guy who replied is right you need streamer 2.6 but you also need to make your gate lines like this
i had this problem and this is what i did
example
new gate
gate = CreateDynamicObject(1335, 1254.98, 2467.74, 16.54, 0.00000000, 0.00000000, 270.00000000);
then if your using a command to open
command open ect
it should look like this
MoveDynamicObject(gate, 1254.98, 2467.74, 16.54, 2.0, 0.0, 0.0, 270.0);
so all you need is the rotations of your gates ect at the ends of all your gates and change them all to dynamic with the new streamer then it should rotate on opening no more and close properly
but you must add the rotations to the close move object also