Home   Help Search Login Register  

Author Topic: Attach Invisible target to plane? (How)  (Read 999 times)

0 Members and 1 Guest are viewing this topic.

Offline NightJay0044

  • Former Staff
  • ****
  • Let's make OFPEC great again
    • My Steam Workshop
Attach Invisible target to plane? (How)
« on: 03 Feb 2009, 03:02:05 »
There where your inv target is local:
Code: [Select]
_plane = _this select 0;
_invtarget = _this select 1;
while {alive _plane} do
{
   _invtarget setPos (_plane modelToWorld [0,0,0]);
   Sleep 0.05;
};

LOL, sorry, did click to edit instead of reply, anyway hope this works for you.

Original question:
How to attach an invisible target to a plane?
« Last Edit: 03 Feb 2009, 10:32:43 by Mandoble »
Who's hyped for Arma4, long live Arma!

Offline Mandoble

  • Former Staff
  • ****
    • Grunt ONE and MandoMissile suite
Re: Attach Invisible target to plane? (How)
« Reply #1 on: 05 Feb 2009, 21:33:14 »
In case you didnt notice, I mistakedly edited your post with the solution  :whistle: