
Help
Command Reference
You can enter CS2D script commands in the console, save them in cfg-files or bind them to keys. CS2D script commands are no Lua commands but they can still be executed in Lua scripts by using the Lua parse-function!
Commands
Category: all (342)
mp_building_limit
Categories
settings, server
Parameters
- building (text): name of a building
- limit (0-X): limit
Info
Set the build limit for a building.
Buildings (Class 1 only!):

Examples:
mp_building_limit "Wall I" 5
Buildings (Class 1 only!):
Attention: Make sure that you use the name exactly as the building is called in-game (see list above).
Attention: This does not affect upgrades. You can upgrade buildings always - even if you exceed the limit by doing that.
Examples:
mp_building_limit "Wall I" 5






