Console Commands & Binds
Useful console commands and binds for CS2 ZE. Enable the developer console in CS2 settings before using these.
Essential Commands
Section titled “Essential Commands”| Command | Description |
|---|---|
volume <0–1> | Master game volume. volume 0.5 = 50%. |
voice_enable <0/1> | 0 = mute all voice chat. 1 = enable. |
cl_showpos 1 | Show your current position and velocity in the top-left. Useful for bhop practice. |
cl_showpos 0 | Disable the above. |
bind <key> <command> | Bind a key. bind "mouse4" "+jump" binds your side mouse button to jump. |
Useful Binds
Section titled “Useful Binds”Scroll wheel jump (bhop aid)
Section titled “Scroll wheel jump (bhop aid)”bind "mwheeldown" "+jump"bind "mwheelup" "+jump"Scroll-wheel jumping makes timing bhops easier. Both directions jump for maximum flexibility.
Walk toggle
Section titled “Walk toggle”bind "alt" "+speed"Hold Alt to walk silently. Useful on maps where footsteps matter.
Common Server Commands
Section titled “Common Server Commands”These are chat commands typed directly into the in-game chat (/ or ! prefix, depending on the server). Exact availability varies by server plugin configuration.
| Command | Description |
|---|---|
!rtv | Rock the Vote — start a vote to change the map. |
!nom <mapname> | Nominate a map for the next vote. |
!ztele | Teleport to spawn (zombie only, if stuck). |
!zmenu | Open zombie menu (server-dependent). |
!leader | Become a leader or open the leader menu (server-dependent). |
EntWatch Commands
Section titled “EntWatch Commands”EntWatch commands let you see item status and (if authorized) manage items.
| Command | Description |
|---|---|
!ew or !entwatch | Show the EntWatch HUD / item list. |
!ewgive <player> | Transfer your item to another player (requires permission). |
Config File
Section titled “Config File”Persist your settings across sessions using an autoexec.cfg file.
Location (Windows): C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg\autoexec.cfg
Create the file if it doesn’t exist. Example:
// playZE recommended settingsvolume 0.6voice_enable 1bind "mwheeldown" "+jump"bind "mwheelup" "+jump"CS2 runs autoexec.cfg on game launch automatically.