Counter-Strike 2DGet it now!

Help

Need Help?

Five ways to get help for CS2D related problems:

Command Reference

You can enter CS2D script commands in the console, save them in cfg-files or bind them to keys.

Commands

rcon

Categories

server

Parameters

  • commands (text): one ore more commands

Info

Execute commands on a server. You have to use rcon_pw first.
ALL commands can be used with rcon!

WARNING: EVERYTHING behind rcon in the same line will be sent to server. no matter how many quotes or semicolons it contains.

for example:
rcon sv_fog 0; say "fog disabled"
this will send
sv_fog 0; say "fog disabled"
to the server and NOT just
sv_fog 0

Lua Reference

Lua scripting (server-sided) allows server hosters and mappers to modify the game and to add new elements.