Results 1 to 3 of 3

Thread: Disable Vehicle Gunner while Hooked onto chopper?

  1. #1

    Disable Vehicle Gunner while Hooked onto chopper?

    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.
    Last edited by Daimyo21; Apr 9 2011 at 23:34.

  2. #2
    G'day Daimyo,

    How to stop it shooting? Steal all of its ammo. Use the setVehicleAmmo commad and add this line:
    Code:
    _tank setVehicleAmmo 0;
    and when your done you can set it back to normal ammo using
    Code:
    _tank setVehicleAmmo 1;
    And check out this page: http://community.bistudio.com/wiki/C...Commands_ArmA2 on the bis wiki. It has all the scripting commands you need.
    Hope this helps,

    undercoverbrother
    Chuck Inglish, Mikey Rocks = COOL KIDS = good music (look them up)

  3. #3
    Thanks, works like a charm.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •