Jump to content
Sign in to follow this  
maukings

Couple of questions

Recommended Posts

How do you get AI to get on a chopper and the jump out in mid flight with parachutes?

How do you set altitude and speed of chopper when spawning in the air?

Share this post


Link to post
Share on other sites

Wrong section of the fourm at ask this question. and they made the mission editing section complicated to find.

Share this post


Link to post
Share on other sites

yeah they did make it hard to find

i could help though, use this command:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

unitname action ["eject",<vehiclename>];

unassignvehicle unitname

eg: para1 action ["eject",helo1]

for speed its:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

unitname limitspeed <speed in Km>

eg: helo1 limitspeed 0

altitude is:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

unitname flyinheight number

eg: helo1 flyinheight 30

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  

×