Home   Help Search Login Register  

Author Topic: Plane on airfield waiting for you and then fly away?  (Read 606 times)

0 Members and 1 Guest are viewing this topic.

SharkDog

  • Guest
Ok my mission is like this, you are at the airfield in nogova with your sqaud, and there is a plane on the airfield( that automaticly takes off, but i don't whant that) so i want to make this.

The plane waits for us on airfield and my squad gets in as soon as we are in plane it takes of, how can i Achieve this?

Thanks in advance

Uberminch

  • Guest
Re:Plane on airfield waiting for you and then fly away?
« Reply #1 on: 26 Feb 2003, 16:58:09 »
if you use a "Get In" waypoint sychronized with a load waypoint for the plane, it should work.

Give the men a get in waypoint, then give the plaen a load waypoint and sychronize them so the plane will wait.


 ;)

Knut Erik

  • Guest
Re:Plane on airfield waiting for you and then fly away?
« Reply #2 on: 26 Feb 2003, 18:02:28 »
I had problems to make that work. The plane takes off first, lands and then it waits. Try this.
in the init.sqs file put this: planename setfuel 0
Then create a getin wp for your squad and a load wp for the plane. Syncronicise those wp's. On the getin wp put this on the on activation field. Planename setfuel 1

This should work  ;D