CS 1.6 Radio Commands: Complete List (Z, X, C Menus)

Last updated: May 2, 2026

CS 1.6 radio commands are pre-recorded voice messages sent to teammates without typing or using a microphone. They work in any situation — while moving, shooting, or when voice chat is not available. This guide covers the complete radio command list for all three menus, the exact console commands behind each one, how to bind them to keys, and when to use each command effectively.

How to Use Radio Commands in CS 1.6

CS 1.6 has three radio menus, each accessed by a single key:

Key Menu Console Name Type of Commands
Z Radio Commands radio1 Tactical orders — cover me, rush, hold position
X Group Commands radio2 Team coordination — fall back, regroup, go go go
C Response Commands radio3 Quick replies — affirmative, negative, enemy spotted

Press the menu key, then press a number key (1–9) to send the command. The command plays a voice line audible to all teammates and displays a text message in the top-right corner of the screen with a yellow indicator showing which teammate sent it.

Radio commands are heard by your team only — enemies cannot hear them unless sv_alltalk 1 is enabled on the server.

Press Z to open the Radio Commands menu. These are tactical commands used to direct teammates during a round.

Key Command Console Command Voice Line
Z + 1 Cover Me coverme “Cover me!”
Z + 2 You Take the Point takepoint “You take the point.”
Z + 3 Hold This Position holdpos “Hold this position.”
Z + 4 Regroup Team regroup “Regroup team.”
Z + 5 Follow Me followme “Follow me.”
Z + 6 Taking Fire, Need Assistance takingfire “Taking fire, need assistance!”

When to use Z menu commands

  • Cover Me (Z+1) — use when pushing a corner or peeking a dangerous angle. Signals teammates to watch your back while you move.
  • You Take the Point (Z+2) — useful when your teammate has better positioning or a sniper rifle better suited to lead. Passes the “entry fragger” role.
  • Hold This Position (Z+3) — after winning a gunfight, signals the team to stay put and not push. Critical for holding a planted bomb site.
  • Regroup Team (Z+4) — use when your team is scattered and needs to consolidate before a final push. Common mid-round signal after picking off enemies.
  • Follow Me (Z+5) — when you are leading a push or know the route. Tells the team to stack behind you.
  • Taking Fire, Need Assistance (Z+6) — use immediately when caught in a bad fight you cannot win alone. Faster than typing for help.

Press X to open the Group Commands menu. These coordinate team movement and engagement style for the round.

Key Command Console Command Voice Line
X + 1 Go Go Go! gogogo “Go go go!”
X + 2 Team, Fall Back fallback “Team, fall back!”
X + 3 Stick Together Team sticktog “Stick together team.”
X + 4 Get in Position and Wait getinpos “Get in position and wait.”
X + 5 Storm the Front stormfront “Storm the front!”
X + 6 Report in Team report “Report in team.”

When to use X menu commands

  • Go Go Go! (X+1) — the standard rush signal. Use at round start to initiate a coordinated fast push to a site. One of the most used radio commands in competitive play.
  • Team, Fall Back (X+2) — when the push fails or the site is too heavily defended. Prevents teammates from walking into a losing fight.
  • Stick Together Team (X+3) — use when teammates are splitting into small groups and getting picked off one by one. Forces the team to think in clusters.
  • Get in Position and Wait (X+4) — before a coordinated multi-point attack. Sets up simultaneous pushes from different angles.
  • Storm the Front (X+5) — aggressive all-in push signal. Used when you have a numbers advantage or time is running out.
  • Report in Team (X+6) — asks all living teammates to communicate their positions. Useful when you cannot tell how many teammates are still alive.

Press C to open the Response Commands menu. These are quick replies to situations — confirming orders, spotting enemies, or calling out bomb status.

Key Command Console Command Voice Line
C + 1 Affirmative / Roger That roger “Affirmative.” / “Roger that.”
C + 2 Enemy Spotted enemyspot “Enemy spotted.”
C + 3 Need Backup needbackup “I need backup!”
C + 4 Sector Clear sectorclear “Sector clear.”
C + 5 I’m in Position inposition “I’m in position.”
C + 6 Reporting In reportingin “Reporting in.”
C + 7 Get Out of There, It’s Gonna Blow! getout “Get out of there, it’s gonna blow!”
C + 8 Negative negative “Negative.”
C + 9 Enemy Down enemydown “Enemy down.”

When to use C menu commands

  • Affirmative (C+1) — confirm you understood a teammate’s order or radio command. Faster than typing “ok” or “yes”.
  • Enemy Spotted (C+2) — immediately after seeing an enemy. Use before engaging so teammates know where to expect opponents.
  • Need Backup (C+3) — when you are in a fight you cannot win alone and need reinforcements immediately.
  • Sector Clear (C+4) — after clearing a room or area. Lets teammates know they can safely move through.
  • I’m in Position (C+5) — response to “Get in Position and Wait” (X+4). Confirms your readiness for the coordinated attack.
  • Get Out of There (C+7) — when the bomb is planted and teammates are too close to the explosion radius. Critical on de_ maps.
  • Negative (C+8) — reject an order or signal disagreement with a proposed action. Clean alternative to typing “no”.
  • Enemy Down (C+9) — after killing an enemy. Informs teammates of the exact kill without typing.

Console Commands and Custom Binds

Every radio command has a direct console command that can be bound to any key. This lets you send specific radio commands with a single keypress — no menu navigation required.

How to bind a radio command to a key

Open the console (~) and use the bind command:

bind [key] [radio_command]

Example — bind “Enemy Spotted” to the F1 key:

bind f1 enemyspot

All radio console commands

Console Command Menu Voice Line
coverme Z+1 “Cover me!”
takepoint Z+2 “You take the point.”
holdpos Z+3 “Hold this position.”
regroup Z+4 “Regroup team.”
followme Z+5 “Follow me.”
takingfire Z+6 “Taking fire, need assistance!”
gogogo X+1 “Go go go!”
fallback X+2 “Team, fall back!”
sticktog X+3 “Stick together team.”
getinpos X+4 “Get in position and wait.”
stormfront X+5 “Storm the front!”
report X+6 “Report in team.”
roger C+1 “Affirmative.” / “Roger that.”
enemyspot C+2 “Enemy spotted.”
needbackup C+3 “I need backup!”
sectorclear C+4 “Sector clear.”
inposition C+5 “I’m in position.”
reportingin C+6 “Reporting in.”
getout C+7 “Get out of there, it’s gonna blow!”
negative C+8 “Negative.”
enemydown C+9 “Enemy down.”

Recommended binds for competitive play

Binding the most frequently used commands to accessible keys eliminates menu navigation during fast-paced rounds:

bind f1 enemyspot      // Enemy spotted — use immediately on contact
bind f2 gogogo         // Go go go — rush signal
bind f3 fallback       // Fall back — retreat signal
bind f4 holdpos        // Hold position — site defense
bind f5 roger          // Affirmative — confirm orders
bind f6 needbackup     // Need backup — call for help
bind f7 enemydown      // Enemy down — kill confirmation

To make these binds permanent, add them to userconfig.cfg in your cstrike folder and add exec userconfig.cfg to the last line of config.cfg. See how to save CS 1.6 settings permanently.

When to Use Radio Commands Effectively

Radio commands are most effective when used at the right moment. Overusing them creates noise that teammates start ignoring. The most impactful use cases:

Situation Best Command Why
Round start — team rushing A site X+1 (Go Go Go) Syncs the team’s push timing without voice
You spot an enemy C+2 (Enemy Spotted) Instant alert before engaging — teammates know where to look
You killed an enemy C+9 (Enemy Down) Updates team on enemy count without typing
Bomb is planted, teammate too close C+7 (Get Out) Prevents friendly casualties from explosion radius
Your push failed, too many enemies X+2 (Fall Back) Stops teammates from pushing into a losing fight
You need to peek, need cover Z+1 (Cover Me) Signals teammates to hold angles while you move
Site is cleared after firefight C+4 (Sector Clear) Tells teammates they can safely move through
Ready for coordinated attack C+5 (I’m in Position) Confirms readiness before simultaneous multi-point push

Radio vs Chat vs Voice

CS 1.6 has three communication methods. Each has specific advantages:

Method Speed Information Best For
Radio commands Instant — one keypress Fixed pre-set messages Tactical signals during active combat
Text chat (Y / U) Slow — requires typing Any custom message Detailed callouts between rounds
Voice chat (push-to-talk) Fast — hold key and speak Any information Real-time callouts and coordination

Radio commands are the only communication method usable while actively shooting — text chat requires your hands off movement keys, and voice requires speaking. For competitive play, binding the most important radio commands to F-keys gives you instant team communication with zero movement interruption.

For the complete list of all CS 1.6 console commands including game, server, and performance settings, see CS 1.6 console commands list.

Since you are a fan of classic shooters, check out our main Counter-Strike 1.6 hub and also get the download Counter-Strike 1.6 full version.