Hi all,
What i'm trying to do is have a chopper start off hovering at 200m over a city, and to stay there. Not even move at all. So in my choppers init box I have this:
this flyinheight 200; this setpos [(GetPos this select 0), (GetPos this select 1), 200]; this disableAI "MOVE";
The chopper starts off where its ment to, but then nose dives down to about 50m and slowly moves falward at 20kmph until I get pi**ed off and click abort.
I'm doing so the player starts the mission standing in the back of the chopper. It should work, if I position the man right. But I have to get the chopper to hover first.
Any ideas :-\