CS2 cl_cq_min_queue Command

CS2 Command CS2 logo
cl_cq_min_queue <-1, 0, Positive Numbers>

This command controls how the client handles the command queue size for games that use a command queue system for user commands (CUserCmds). Setting it to -1 disables the command queue, 0 allows the server to decide, and any other positive value requests a specific minimum queue size.

Argument Information

The syntax for this command is as follows:
Name Description
-1, 0, Positive Numbers

Set the minimum command queue size. Choose -1 to disable, 0 to defer to the server, or any positive number to request a specific minimum size.

Extra Information

Find additional information relating to this command below.
sv_cheats Required
No
Client or Server Command
Client
Default Value
0
Total CS is the home of CS2 commands We boast the only complete, up-to-date database of all CS2 console commands. View All CS2 Commands
CS2 player
Ad

Command Generator

Adjust the settings below to automatically generate a command. Once you've got everything right, hit the Copy button and paste it into the console in CS:GO.

cl_cq_min_queue 0
1/1 arguments filled
-1, 0, Positive Numbers

cl_cq_min_queue Examples

cl_cq_min_queue -1

Disables the command queue.

cl_cq_min_queue 0

Delegates the queue size decision to the server.

cl_cq_min_queue 10

Requests a minimum command queue size of 10.