Home   Help Search Login Register  

Author Topic: forced eject  (Read 1499 times)

0 Members and 1 Guest are viewing this topic.

Ryu

  • Guest
forced eject
« on: 07 Jan 2006, 14:19:49 »
Does anyone know how to force a player to eject from the pilot seat of a jet in a cut sceen?
I want the pilot (player) ejected before the plane gets blown out the sky :)

I tried using eject action and unassigning the player from vehicle and I tried the scripts that are available but nothing works to force the pilot and gunner who are players to eject.

Any ideas?

yankme

  • Guest
« Last Edit: 07 Jan 2006, 15:37:17 by yankme »

Ryu

  • Guest
Re:forced eject
« Reply #2 on: 08 Jan 2006, 01:49:10 »
As I said I tried scrips, they work fine to eject a group in cargo but I only got 1 script to work and only once :( It wouldn't work again.

Offline penguinman

  • Contributing Member
  • **
  • Money is worthless, just paper, ink, and threads
Re:forced eject
« Reply #3 on: 08 Jan 2006, 03:58:09 »
it should work if you just put.

player action ["EJECT", name of jet]

Infact I just used it earlier today and it worked fine.

but, if the jet is an addon and has a fancy ejection script, then it may cause problems.

what kind of jet is it. who made it.

you may need to go in the addon by depboing it and look at the ejection script, then you can just call it using a trigger,

[jet1] exec"INQ_A10/scripts/ejectionseat.sqs"

somthing like that,

good luck