Torsten Hjulhult 0 Posted December 7, 2022 I want to know what kind of ammo a vehicle fires. I have tried to find it in config but cant find it. Share this post Link to post Share on other sites
Harzach 2518 Posted December 7, 2022 _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" 1 Share this post Link to post Share on other sites