You can get the weapon name from the game, with displayName:I've seen the list of weapons in bo3 and i really can't tell what is what...
If someone has all the mp weapons and their ingame names please send them to me
function testfunction()
{
string = "smg_standard";
weapon = getWeapon(string);
displayName = weapon.displayName;
self iprintln(displayName);
}