Jump to content
Sign in to follow this  
nuxil

shoot from heli "MH6"???

Recommended Posts

hi forum!

i know someone has made a script that allows you to shoot from heli's.. but i dont remember the name of it and i cant find it anywhere.

could someone help me please ?

Share this post


Link to post
Share on other sites

Easy way

script.sqs

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_carrier = _this select 0

_cargo = _this select 1

endCargoSession = false

goto debug

#nochmal

_Offset = [-0.1, -3.3, -0.5];

_worldPos = _carrier modelToWorld _Offset;

_cargo setPos _worldPos

_cargo setDir (getDir _carrier -180)

_cargo setDamage 0.0

~.01

?!(alive aa1) : goto "exit"

? (!endCargoSession) : goto "nochmal"

#exit

exit

[carrier, cargo] exec "script.sqs"

Alex Sworn and Gnat postet too some Vids

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  

×