Search results

  1. V

    Tutorial- Remove weapons/Replace weapons on vehicles

    Hi, there is setVehicleAmmo command, which can be used. Thats the only way i found to remove ammo from some vehicles. //KA52 if (_object isKindOf "KA52") then { _object setVehicleAmmo 0; };
Back
Top