Joe98 92 Posted June 28, 2014 Place these commands in the init of a unit The first command gives the class name of his weapons hint format["%1 %2", weapons this] The second command gives the class names of the magazines hint format["%1 %2", magazines this] What is the command that gives the class name of the ammunition? I mean each individual round. The ones that do not seem to work are: ammo and magazinesAmmo . . . . . Share this post Link to post Share on other sites
ceeeb 147 Posted June 29, 2014 In Arma 3, the current round type can be returned by: getText (configFile >> "CfgMagazines" >> (currentMagazine player) >> "ammo") It should also work in Arma 2, but I have not tested. Every command in Arma 2 can be found here: https://community.bistudio.com/wiki/Category:Scripting_Commands_Arma2 Share this post Link to post Share on other sites