hook.Add("CanTool", "broken.AllowedToDoor", function(pl, tr, toolname)
local ent = tr.Entity
if
IsValid(ent) and
ent:isDoor() and
pl:IsSuperAdmin()
then
return true
end
end)
hook.Add("CanTool", "broken.AllowedToDoor", function(pl, tr, toolname)
local ent = tr.Entity
if
IsValid(ent) and
ent:isDoor() and
pl:IsSuperAdmin()
then
return true
end
end)