Home   Help Search Login Register  

Author Topic: Helicopter starting altitude  (Read 566 times)

0 Members and 1 Guest are viewing this topic.

jim272

  • Guest
Helicopter starting altitude
« on: 24 Dec 2002, 03:38:06 »
Is there a way to start your helicopter flying at a low altitude?  I tried using both the setpos code for height and also FlyInHeight.  Still the chopper starts high and moves down to the lower altitude.

Along the same lines, is there a way to start the chooper on the ground with the engine running?

O Neil

  • Guest
Re:Helicopter starting altitude
« Reply #1 on: 24 Dec 2002, 05:14:09 »
Hey

Type this in the init field of you heli:

This setpos [(getpos this select 0),(getpos this select 1), 2]

Where it says '2' at the end there, type a number there to represent your altitude (In meters).

So if you have that exact script there, you heli will start at 2 meters from the ground. ;)

O Neil

PS: Sure your typing         Untiname flyinheight 2           ?

jim272

  • Guest
Re:Helicopter starting altitude
« Reply #2 on: 25 Dec 2002, 02:51:16 »
I just tried using the "setpos" and it worked great.  I could of sworn I used that exact code before and it didn't work.  Well, thanks for the help :).