Forum

> > CS2D > General > How to make no build limit server?
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch How to make no build limit server?

19 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: How to make no build limit server?

TimeQuesT
User Off Offline

Zitieren
just type this in your console (^)

1
2
3
4
5
6
7
8
9
10
11
12
13
here Limit:

mp_building_limit "name" xyz

example:
mp_building_limit "turret" 100000


here Price:
mp_building_price "name" xyz

example:
mp_building_price "turret" 0

alt Re: How to make no build limit server?

sonnenschein
User Off Offline

Zitieren
im using those scripts i put in my file for 2 months now. of course they work.
you could make your own ".cfg" file, and execute it by putting "exec yourfilename.cfg" in autoexec.cfg.

alt Re: How to make no build limit server?

Wolf6331
User Off Offline

Zitieren
@ Silent_Control

In the autoexec - file is written

"// This file will be parsed on each start of CS2D! YAY :D"


The commands in this file will executed at every start of cs2d

alt Re: How to make no build limit server?

Zune5
COMMUNITY BANNED Off Offline

Zitieren
You can also make a lua script...

parse("mp_building_limit Turret 1000000")
parse("mp_building_limit Dispenser 10000000")
parse("mp_building_limit Supply 10000000")

alt Re: How to make no build limit server?

RedPillow
User Off Offline

Zitieren
Make new txt-file and write this in:

1
2
3
4
5
parse("mp_building_limit Turret 9999")
parse("mp_building_limit "Gate field" 9999")
parse("mp_building_limit Dispenser 9999") 
parse("mp_building_limit Supply 9999")
parse("mp_building_limit Teleport 9999")

Then save as InfBuild.lua to sys/lua

And write dofile ("sys/lua/InfBuild.lua")

Btw, I don`t know if the teleport-parse works.

And done.

alt Re: How to make no build limit server?

wups
User Off Offline

Zitieren
5 Teleports is enough.
But it's up to the owner.

Look at the wF nobuildlimit server. As example.
When peoples put over 10000 teleports in the base, and peoples can't go anywhere.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht