local los = {}
-- other info
los.mask = MASK_SHOT + (The prop that it should ignore)
local tr = util.TraceLine(los)
local los = {}
-- other shit
los.filter = function( ent ) if ( ent:GetModel() == "modelorsomething" ) then return false else return true end