include('shared.lua') SWEP.PrintName = "5.56MM M249 SAW" // 'Nice' Weapon name (Shown on HUD) SWEP.Slot = 3 // Slot in the weapon selection menu SWEP.SlotPos = 1 // Position in the slot // Override this in your SWEP to set the icon in the weapon selection if (file.Exists("materials/weapons/weapon_mad_m249.vmt","GAME")) then SWEP.WepSelectIcon = surface.GetTextureID("weapons/weapon_mad_m249") end