Forum

> > CS2D > General > Max Building
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch Max Building

6 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Max Building

_Ultimate_
User Off Offline

Zitieren
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 ?

alt Re: Max Building

3RROR
User Off Offline

Zitieren
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.

alt Re: Max Building

Polygon3D
BANNED Off Offline

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

Example:

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

alt Re: Max Building

Chex
User Off Offline

Zitieren
OR you can do this:

parse("mp_building_limit 'Gate Field' 9999")

alt Re: Max Building

Polygon3D
BANNED Off Offline

Zitieren
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.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht