Commands/Lua
Reference for console commands, Lua hooks and Lua commands in CS2D.
- Console Commands are entered in console, executed with key-binds, cfg-files or with Lua parse
- Lua Hooks execute Lua when events occur - some have a return value which can change the game behavior
- Lua Commands are used to retrieve game data or to perform actions in Lua scripts
CS2D Console Commands
votemapCategories
Parameters
- map (text): the name of a map
Info
Vote to change the map.
You can only vote maps which are in the mapcycle of the server.
The minimum of votes for a change depends on the amount of players on the server and the server setting mp_mapvoteratio!
Lua Hooks
Lua Commands
Categories
Parameters
- map (text): the name of a map
Info
Vote to change the map.
You can only vote maps which are in the mapcycle of the server.
The minimum of votes for a change depends on the amount of players on the server and the server setting mp_mapvoteratio!
You can only vote maps which are in the mapcycle of the server.
The minimum of votes for a change depends on the amount of players on the server and the server setting mp_mapvoteratio!