CS2 Server Commands

Commands to enhance cs2 server features of Counter-Strike game

cl_script_reload

CS2 Only

Command

cl_script_reload

Reloads all game scripts on the client. Use this command mainly for debugging or after making script changes during development.

Command Details

cl_script_reload_code

CS2 Only

Command

cl_script_reload_code

<File Name>

Runs a VScript file to update and replace functions with those in the new script. Use this command to quickly test and develop scripts during gameplay.

Command Details

cl_sim_grenade_trajectory

CS2 Only

Command

cl_sim_grenade_trajectory

<Duration>

Enables players to see the path a grenade will take when thrown from their current position. Use this to practice and learn grenade throws. You can set how long the trajectory stays visible.

Command Details

cl_tickpacket_recvmargin_spew_interval

CS2 Only

Command

cl_tickpacket_recvmargin_spew_interval

<0 / 1>

Sets how often the game displays information about the tick packet receive margin. Set to 0 to turn off this output.

Command Details

cl_ticktiming

CS2 Only

Command

cl_ticktiming

<print, <interval>><summary, detail>

Use this command to view current timing stats instantly or set a repeating interval to automatically report timing information. It's helpful for monitoring game performance and event timing.

Command Details

cl_timeout

CS2 and CSGO

Command

cl_timeout

<Seconds>

Sets the number of seconds your client waits without receiving a packet from the server before disconnecting.

Command Details

connect

CS2 and CSGO

Command

connect

<IP>

Use this console command to quickly connect to another CS:GO or CS2 server by entering its IP address.

Command Details

consoletool

CS2 Only

Command

consoletool

<cmd><0 / 1><Flags>

Opens a specific subtool within the VConsole interface.

Command Details

cq_buffer_bloat_msecs_max

CS2 Only

Command

cq_buffer_bloat_msecs_max

<Buffer Bloat Milliseconds Max>

Sets the maximum buffer delay (in milliseconds) before the system resets and clears buffered user commands to avoid lag or command issues.

Command Details

cq_logging

CS2 Only

Command

cq_logging

<0 / 1>

Turn command queue event logging on or off.

Command Details