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

7 lines
153 B
Lua

hook.Add("InitPostEntityMap", "Adding", function()
for _, ent in pairs(ents.FindByClass("info_player_counterterrorist")) do
ent:Remove()
end
end)