Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: ACE Actions, Ejecting from Helo?  (Read 2296 times)

0 Members and 3 Guests are viewing this topic.

Offline anessen

  • Members
  • *
ACE Actions, Ejecting from Helo?
« on: 31 May 2009, 20:19:44 »
Hey, quick question...

I know how to get a unit to eject normally (_unit action ["eject", vehicle])... but I don't know how to use the ACE "Jump Out" action via scripting. This is for performing HALO insertions using the ACE parachutes. Normal Eject uses the high altitude parachutes which is no good.

Replacing "eject" with "Jump Out" does nothing either.

How do I do this?

Offline JamesF1

  • Editors Depot Staff
  • *****
    • JamesBurgess.co.uk
Re: ACE Actions, Ejecting from Helo?
« Reply #1 on: 31 May 2009, 21:07:25 »
You're probably looking to execute either "\ace_sys_eject\s\ace_jumpout.sqf" or "\ace_sys_eject\s\ace_eject.sqf".  Both take a vehicle as the first argument, and a person as the second argument.

E.g.:
Code: [Select]
[player,chopper] execVM "\ace_sys_eject\s\ace_jumpout.sqf"