• Gmod, bullets go through teammates.
    1 replies, posted
What function(s) do I need to use?
local DoDefaultEffect = true// Don't go through metal, sand or playerif ((tr.MatType == (tr.MatType == MAT_SAND) or (tr.Entity:IsPlayer())) then return true end
Sorry, you need to Log In to post a reply to this thread.