Jump to content
Sign in to follow this  
daimyo21

Disable Vehicle Gunner while Hooked onto chopper?

Recommended Posts

So I looked on forums and couldnt find anything on this topic. I made my own little Vehicle Hook script through "cursortarget"

Though now a tank attached to my chopper becomes a AC130 Gunship, I have no intent to paradrop him. How could I make it so the vehicle gun is disabled when hooked using "Cursortarget";

Thanks!

*EDIT re-reading the post makes it seem complicated, if anything, how do I disable gunner seat on any vehicle? I looked through the Arma 2 Tutorial guide and cant find anything useful.

Edited by Daimyo21

Share this post


Link to post
Share on other sites

G'day Daimyo,

How to stop it shooting? Steal all of its ammo. Use the setVehicleAmmo commad and add this line:

_tank setVehicleAmmo 0;

and when your done you can set it back to normal ammo using

_tank setVehicleAmmo 1;

And check out this page: http://community.bistudio.com/wiki/Category:Scripting_Commands_ArmA2 on the bis wiki. It has all the scripting commands you need.

Hope this helps,

undercoverbrother

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  

×