Comradesniper 0 Posted June 27, 2007 Hey, I have tried to use the command: this removeMagazines "2000Rnd_762x54_PKT" in the init field of the Mi17, but it does not remove all ammo from the side machine gun. How do I remove ammo from vehicle mounted weapons? EDIT So you can set the Ammunition slider down to minimum in the editor, but I need this to be done inside a script (the Mi17 is created inside a script using createvehicle). Share this post Link to post Share on other sites
celery 8 Posted June 27, 2007 Try this: chopper setvehicleammo 0 If you want to remove the weapons altogether from the vehicle, I use this in my map Road Rage: {_car removeweapon _x} foreach weapons _car Share this post Link to post Share on other sites