What I’ve done is created a new folder called “weapon_smg” in the weapons folder of the gamemode “Laser_War” (an experimental version of mine based off laser_dance) and copied in the shared file from the original laser gun.
In the class_default.lua, I have added:
pl:Give( “weapon_smg” )
under the existing :
pl:Give( “weapon_laserdance” )
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
So my problem is, when I use the rifle/smg,
there are no lasers coming from the gun, when it is using the EXACT same Tracer stuff.