Garry's Mod

Garry's Mod

rp_blacklake
Marina 21 Dec, 2015 @ 4:16pm
Propless Version?
Ive got to say, i love this map. Im actually running it on a sandbox server, because it has alot of areas for personal coding and building. But i find it hard to use all the rooms to their full use because of the furniture placement. Is it possible to get a version of this map that does not have props and furniture? It would make this map perfect for my sandbox server.
< >
Showing 1-1 of 1 comments
Dennifer 19 Apr, 2016 @ 6:03pm 
make a lua file. Then put

for k,v in pairs(ents.FindByClass('prop_physics')) do v:Remove() end

That line right there will remove ALL props on the map. Well, movable props any ways.
static (non-movable) props cannot be deleted though.
< >
Showing 1-1 of 1 comments
Per page: 1530 50