cl_cq_min_queue Command

Explore usage, syntax, and examples for the cl_cq_min_queue CS2 developer console command.

cl_cq_min_queue

CS2 Only

Command

cl_cq_min_queue

<-1, 0, Positive Numbers>

Controls how the client manages the minimum size of the command queue used for user commands (CUserCmds) in games with a command queue system. Set to -1 to disable the queue, 0 to let the server decide, or a positive number to set a specific minimum size.

<-1, 0, Positive Numbers>

Set the minimum size of the command queue: use -1 to disable it, 0 to defer control to the server, or any positive number to specify the desired minimum size.

sv_cheats Required

No

Client or Server Command

Client

Default Value

0

cl_cq_min_queue Generator

Command

cl_cq_min_queue

<-1, 0, Positive Numbers>
0/1 Arguments Selected

Set the options below to auto-generate your command. When everything looks good, click the Copy button and paste it into your in-game console.

cl_cq_min_queue Examples

Command

cl_cq_min_queue

-1

Disable the command queue entirely.

Command

cl_cq_min_queue

0

Let the server decide the command queue size.

Command

cl_cq_min_queue

10

Set the command queue to have a minimum size of 10.