Forum

> > CS2D > General > Max Building
Forums overviewCS2D overviewGeneral overviewLog in to reply

English Max Building

6 replies
To the start Previous 1 Next To the start

old Max Building

_Ultimate_
User Off Offline

Quote
I made a dedicated con server and i can just construct 1 turret 1 dispenser 1 supply i want to set them at 4 all how can i do that ?

old Re: Max Building

3RROR
User Off Offline

Quote
mp_building_limit "Turret" "9999"
mp_building_limit "Gate Field" "9999"
And so on...
Or use a script. There are 99999...xINF of there
SEARCH. BEFORE. YOU. POST.

old Re: Max Building

Polygon3D
BANNED Off Offline

Quote
If you are using lua to set settings use \" for quote in a quote.

Example:

parse("mp_building_limit \"Gate Field\" 9999")

old Re: Max Building

Chex
User Off Offline

Quote
OR you can do this:

parse("mp_building_limit 'Gate Field' 9999")

old Re: Max Building

Polygon3D
BANNED Off Offline

Quote
Well most people...as myself do not use server.cfg. For settings that stay I use scripts that force the server to use some settings.

Server.lua

dofile("sys/lua/Controls.lua")

SAVE

Controls.lua

parse("mp_building_limit \"Turret\" 100")
parse("sv_name EviL || Name")

SAVE

Like random stuff that you don't want to lose.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview