zeta66173 1 Posted November 25, 2012 I want to change the name of ammo crates. When i put some specific weapons, it will be more reasonable to set their own name. (such as 'suppressed weapons') So i want to change the ammo crates name but don't know how to change it. First time i've changed the 'Name' part in unit edit, but nothing happened. Only displayed by class name just like 'US Army Basic Ammo', 'RU Basic Ammunition' etc Share this post Link to post Share on other sites
larsiano 12 Posted November 27, 2012 class CfgVehicles { class ReammoBox; class Your_ammobox: ReammoBox { scope = 2; accuracy = 1000; model = "\ca\weapons\AmmoBoxes\USBasicWeapons.p3d"; displayName = "Your weapons box name with whatever you like in it"; class TransportMagazines { } } }; Share this post Link to post Share on other sites
zeta66173 1 Posted November 28, 2012 I'm sorry but i don't understand clear. Where should i put it? Share this post Link to post Share on other sites