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

7 lines
166 B
Lua
Raw Normal View History

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