Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function Thinked()
- local Ents = ents.FindByClass( "durgz_*" )
- if (table.getn(Ents) > 1) then
- /*for A,B in pairs(Ents) do
- --Ents[A] = nil
- for I,E in pairs(Ents) do
- constraint.NoCollide(B,E,0,0)
- end
- end*/
- constraint.NoCollide(Ents[1],Ents[2],1,1)
- end
- end
- hook.Add("Think", "GameThinking", Thinked)
Advertisement
Add Comment
Please, Sign In to add comment