Jump to content
Sign in to follow this  
Comradesniper

Remove all ammo from the Mi17MG and Camel?

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×