Garry's Mod

Garry's Mod

rp_blacklake
Marina 2015 年 12 月 21 日 下午 4: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.
< >
正在显示第 1 - 1 条,共 1 条留言
Dennifer 2016 年 4 月 19 日 下午 6: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.
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50