Jump to content
Sign in to follow this  
Nightjay0044

Attatching Invisible Target to vehicle

Recommended Posts

hi all, I'm wondering, how do I script to attach an invisible target to a helicopter?

How do I script it in a script?

It's basic, just I wish to attatch the object to the vehicle so the enemy can shoot at the target because originally the enemy wont shoot at a fast moving plane without some kind of addon or scripting done..

Thanks.. smile_o.gif

Share this post


Link to post
Share on other sites

One way might be:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> LaserTarget = "LaserTargetW" createVehicle _jetPos;

 while {alive jet} do

 {

   LaserTarget setPos _jetPos;

   sleep 0.1;

 };

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  

×