yoannis1995 10 Posted March 29, 2014 (edited) 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 March 29, 2014 by yoannis1995 Share this post Link to post Share on other sites
IndeedPete 1038 Posted March 29, 2014 It is still there. Look under Empty > Objects (Signs). Share this post Link to post Share on other sites
yoannis1995 10 Posted March 29, 2014 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
TAW_Yonose 11 Posted March 29, 2014 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
-ami- mofo 13 Posted March 29, 2014 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