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

4 lines
135 B
Lua
Raw Normal View History

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