Jump to content
Torsten Hjulhult

Find ammo typ/name of a vechicle in config

Recommended Posts

_mags = magazinesAllTurrets vehicle player;
copyToClipboard str _mags;

In config viewer:

configfile >> "CfgVehicles" >> <className> >> "Turrets" >> "MainTurret"

Depending on the vehicle, there may be other turrets or sub-turrets, such as:

configfile >> "CfgVehicles" >> <className> >> "Turrets" >> "CopilotTurret"
configfile >> "CfgVehicles" >> <className> >> "Turrets" >> "MainTurret" >> "Turrets" >> "CommanderOptics"

 

  • Like 1

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

×