Garry's Mod

Garry's Mod

rp_blacklake
Marina 21. dec. 2015 kl. 16:16
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.
< >
Viser 1-1 af 1 kommentarer
Dennifer 19. apr. 2016 kl. 18:03 
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.
< >
Viser 1-1 af 1 kommentarer
Per side: 1530 50