Forum

> > CS2D > General > How to make no build limit server?
Forums overviewCS2D overviewGeneral overviewLog in to reply

English How to make no build limit server?

19 replies
To the start Previous 1 Next To the start

old Re: How to make no build limit server?

TimeQuesT
User Off Offline

Quote
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

old Re: How to make no build limit server?

sonnenschein
User Off Offline

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

old Re: How to make no build limit server?

Wolf6331
User Off Offline

Quote
@ 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

old Re: How to make no build limit server?

Zune5
COMMUNITY BANNED Off Offline

Quote
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")

old Re: How to make no build limit server?

RedPillow
User Off Offline

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

old Re: How to make no build limit server?

wups
User Off Offline

Quote
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.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview