zombiesurvival-evolved/gamemodes/zombiesurvival/gamemode/maps/zm_lv426.lua

8 lines
213 B
Lua
Raw Normal View History

2014-10-02 08:49:54 +08:00
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)