7 lines
156 B
Lua
7 lines
156 B
Lua
ENT.Type = "anim"
|
|
|
|
function ENT:ShouldNotCollide(ent)
|
|
return ent:IsPlayer() and ent:Team() == TEAM_UNDEAD
|
|
end
|
|
|
|
util.PrecacheModel("models/Gibs/HGIBS.mdl")
|