zombiesurvival-evolved/gamemodes/zombiesurvival/gamemode/maps/zm_lv426.lua
2014-10-01 20:49:54 -04:00

7 lines
213 B
Lua

hook.Add("InitPostEntityMap", "Adding", function()
for _, ent in pairs(ents.FindInSphere(Vector(-3069.6348, -1300.0313, -159.9688), 24)) do
if ent:GetClass() == "func_button" then ent:Remove() end
end
end)