Jump to content
Sign in to follow this  
yoannis1995

Make helicopter land at specific point

Recommended Posts

Hi everyone!

I'm trying to make a helo land at a specific place for the units who are in it to dissembark but the helo keeps landed at weirds places far from where I want it. I know in arma 2 we could place a "H (invicible)" and it would work but there's not that object anymore in arma 3 (or I just can't find it...). How can I make it land where I want ?

Edited by yoannis1995

Share this post


Link to post
Share on other sites

It is still there. Look under Empty > Objects (Signs).

Share this post


Link to post
Share on other sites

Ok, managed to fix the problem! :) If anyone interrested, put this code in the init of a gamelogic:

_pad = "Land_HelipadEmpty_F" createVehicle (position this);

It is still there. Look under Empty > Objects (Signs).

Thanks, didn't see it ! :P

Share this post


Link to post
Share on other sites

Well you dont need the code you have, all you need is a waypoint for the heli "transport/load out" i belive (dont remember) and then you will need a sort of helipad to help the AI.

The waypoint also need to be where you sat the helipad

Share this post


Link to post
Share on other sites

Hey mate I just was messing around the other day trying to get a heli to insert a team under fire. Seems to work ok so kept it as a sample, don't mind sharing it.

Basically the heli won't take off until all alive members of alpha group are in and will land under fire long enough to drop the team off, then will fly away and despawn.

It's here if you want to check it out....

http://members.westnet.com.au/scott_k/not%20much/Heli_Insert.Altis.zip

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  

×