Jump to content
Sign in to follow this  
Arma-2-Guru

How do you make a halo drop?

Recommended Posts

Like the one in the parachute boot camp, I've tried everything I can think of, any ideas? Thanks.

---------- Post added at 12:38 AM ---------- Previous post was Yesterday at 10:53 PM ----------

Any help would be highly appreciated.:)

Share this post


Link to post
Share on other sites
player action [ "eject", VEHICLENAME];
player setvelocity [0,0,0];
[player] exec "ca\air2\halo\data\Scripts\HALO_getout.sqs";

Share this post


Link to post
Share on other sites

Where do I put this code?

---------- Post added at 01:27 AM ---------- Previous post was at 01:20 AM ----------

Nevermind, I got it to work but is there a way to make the player start off at a higher altitude when I go as a Parachuter?

Share this post


Link to post
Share on other sites

Ideally you'd put that code as an action in whatever vehicle you're in and would have set that vehicle to fly at whatever height you wanted. This in your vehicles init field:

this addaction ["HALO","halojump.sqf"];

If you put the following in the init.sqf it will make your MV22 vehicle fly from 200m or whatever the default is up to 1100m and level off, with your player in the back seat.

player moveincargo [MV22, 1];
MV22 flyinheight 1100;

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×