Forum

> > CS2D > General > help my server game mode construction (confugure)
Forums overviewCS2D overviewGeneral overviewLog in to reply

English help my server game mode construction (confugure)

4 replies
To the start Previous 1 Next To the start

old help my server game mode construction (confugure)

maluku103
User Off Offline

Quote
Hello!

wanted to know how to configure a server with construction game mode

can someone help me?
NOTE: When I create server only game mode of construction to build a turret that I wanted to build more than one

old Re: help my server game mode construction (confugure)

DannyDeth
User Off Offline

Quote
TDK, I think he was just asking about a Lua script that time, lol.

On-topic:
You need to setup mp_building_limit by parsing it with Lua, the easiest way to do this is like this from your 'server.lua' file:
1
parse('mp_building_limit "turret" "10"')
You don't need to use \'s and stuff, all you do is enclose it in ' and not ", so you don't need to worry about it
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview