Helicopter Airlift tutorial on how you can move objects with helicopter.
You can use this to move objects like cars, containers, tanks, and I belive you can also pick up troops the same way...that would be cool to see ... right ?
Dont forget to give me a thumbs up to put my wids out there on youtube. More Arma 3 tutorials cooming soon ...
CODES:
trigger 1
CONDITION:
this; car1 distance heli1 < 8;
ON ACT:
car1 attachTo [heli1,[ 0, 1, -10]];
trigger 2
CONDITION:
this; (getpos car1 select 2) <0.5;
ON ACT:
detach car1;