тачки не чисть и всё
Код:for _, e in ipairs(ents.GetAll()) do local class = e:GetClass() if e:IsPlayer() or class == "worldspawn" or class:find("info_player_start") then continue end if class:find("door") or class:find("glass") or class:find("breakable") or class:find("viewmodel") then continue end if class:find("env_particlesystem") or class:find("particles") or class:find("gmod_effect") or class:find("env_scripted_sequence") then continue end if e:GetOwner() and e:GetOwner():IsPlayer() then continue end e:Remove() end