zcorza 11 Posted July 11, 2018 Hello all, I was playing around on Virtual Training Space and I found this nice looking gun. It is basically an M4A3 ironsight, I can't seem to find the class name for it anywhere. I had no mods on, only the mission and all other players could see the gun too so I am convinced that the gun is in the actual game. Does anyone know the classname for it? Share this post Link to post Share on other sites
IIIXJokerXIII 4 Posted August 15, 2018 Not sure if it has a class name that was added on later patches but the gun model is located here weapons_E\m4a3\m4a3.p3d I added it to my mod by just making my own cfg for it. class cfgWeapons { class M4A1; // External class reference class M4A3 : M4A1 { scope = public; type = 1; displayName = "M4A3"; model = "\ca\weapons_E\m4a3\m4a3"; }; }; Share this post Link to post Share on other sites