I'm trying to make a zombie/free-buildserver, kind of like C-4's, but I can't seem to find how to make multiple dispensers or supplies close to each other or make infinte buildings.
Can any one help?
I'm new to lua, so I'm not quite sure.
Simply, you need to use RCon or use the parse function from Lua.
If you want to change the number of dispensers, you can do this from your server.lua file:
1
parse('mp_building_limit "dispenser" "9999999"')
If you want to change alll of them, just add another line and change the name from dispenser, for example, to turret.