
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: settings (148)
mp_roundtime
Categories
settings, server
Parameters
- time (1-100): time for a round in minutes (100=infinite)
Info
Control how long a round lasts (in minutes). This setting is only relevant for the "Standard" (0) and "Zombies!" (4) game modes. All other game modes have infinite round times and are not affected by this setting in any way.
You can use the value 100 for an infinite round time in the standard game mode. This only makes sense when using Lua scripts for respawning. Otherwise players will have no chance to respawn after their death.
You can use the value 100 for an infinite round time in the standard game mode. This only makes sense when using Lua scripts for respawning. Otherwise players will have no chance to respawn after their death.






