Jump to content
Sign in to follow this  
dxfan01

Start in Chopper

Recommended Posts

how do i get my whole group/squad to spawn in the chopper?

Share this post


Link to post
Share on other sites

Wrong sub-forum

Try >> ArmA 2 - MISSION EDITING & SCRIPTING <<

At start of mission?

- Name the chopper X1

- In the INIT field of every soldier type in;

this moveincargo X1

Share this post


Link to post
Share on other sites

Or just put this only in the groupleaders init (Grp1 can be any uniquename):

Grp1 = Group this; {_x moveincargo X1} ForEach units group this;

Share this post


Link to post
Share on other sites

Hi, i hope my english will be not so bad.

I have another question i'm also making a mission and the squad start in the blackhawk during flying. Then, the blackhawk drop them to landing zone, it fly away and i make it dispear.

Here it comes my question, now, if a player joins the server when the blackhawk is deleted, where will he spawn ? If I want the player to spawn at landing zone if he joins after the mission starting and the blackhawk is deleted how can I do that ?

I can't test that because I don't have my own server online.

Share this post


Link to post
Share on other sites

Place your units at the landing zone, but put the

{_x moveInCargo blackhawk} forEach units group this;

in the group leader's init field.

That way at the start of the game they'll "teleport" into the helicopter, but if someone comes later they'll start at the landing site.

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  

×