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

8 lines
134 B
Lua
Raw Normal View History

2014-10-02 08:49:54 +08:00
hook.Add("InitPostEntityMap", "Adding", function()
for _, ent in pairs(ents.FindByClass("func_door")) do
ent:Remove()
end
end)