
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: server (179)
mp_buytime
Categories
settings, server
Parameters
- time (0-1000000): buytime in minutes (floats allowed!)
Info
Control how long players are allowed to buy equipment after roundstart.
Value in minutes! You can use floats!
Examples:
0.25 = 0.25*60 Sec = 15 Sec
0.5 = 0.5*60 Sec = 30 Sec
2 = 2*60 = 120 Sec
Value in minutes! You can use floats!
Examples:
0.25 = 0.25*60 Sec = 15 Sec
0.5 = 0.5*60 Sec = 30 Sec
2 = 2*60 = 120 Sec






