Chat-Befehle

Admin chat and messaging commands.

Admin-Chat

Admin Say (Private)

Send a message to all online admins only.

css_asay <message>

Berechtigung: @css/chat

Funktionen:

Beispiele:

css_asay "Player is suspicious, keep an eye on them"
css_asay "I'm going AFK for 5 minutes"
css_asay "Need help with a situation"

Message format:

[ADMIN] YourName: message

---

Öffentliche Ankündigungen

CSS Say (Colored)

Send a colored message to all players.

css_cssay <message>

Berechtigung: @css/chat

Funktionen:

Beispiele:

css_cssay "Server will restart in 5 minutes!"
css_cssay "Welcome to our server!"
css_cssay "Rules: No cheating, be respectful"

---

Say (With Prefix)

Send a message to all players with admin prefix.

css_say <message>

Berechtigung: @css/chat

Funktionen:

Beispiele:

css_say "Please be respectful in chat"
css_say "Cheating will result in permanent ban"
css_say "Type !rules for server rules"

Message format:

(ADMIN) YourName: message

---

Private Say (Whisper)

Send a private message to a specific player.

css_psay <#userid or name> <message>

Berechtigung: @css/chat

Funktionen:

Beispiele:

css_psay #123 "Please stop mic spamming"
css_psay PlayerName "You need to join a team"
css_psay @all "This is a private message to everyone"

Target receives:

(ADMIN to you) AdminName: message

---

Center Say

Display a message in the center of all players' screens.

css_csay <message>

Berechtigung: @css/chat

Funktionen:

Beispiele:

css_csay "ROUND STARTS IN 10 SECONDS"
css_csay "FREEZE! Don't move!"
css_csay "Server restarting NOW"

Display:

---

HUD Say

Display a message on players' HUD (screen overlay).

css_hsay <message>

Berechtigung: @css/chat

Funktionen:

Beispiele:

css_hsay "Tournament starting soon!"
css_hsay "New map voting available"
css_hsay "Visit our website: example.com"

---

Beispiele

Announcements

# Server restart warning
css_cssay "Server will restart in 10 minutes! Save your progress!"

# Center screen countdown
css_csay "5"
# Wait...
css_csay "4"
css_csay "3"
css_csay "2"
css_csay "1"
css_csay "GO!"

Spieler Communication

# Private warning
css_psay PlayerName "This is your first warning for chat spam"

# Public announcement
css_say "Everyone please be quiet for the next round"

# Admin coordination
css_asay "I'm spectating the suspicious player in T spawn"

Event Management

# Tournament announcement
css_cssay "⚠ TOURNAMENT STARTING IN 5 MINUTES ⚠"
css_hsay "Teams, please get ready!"
css_csay "TOURNAMENT BEGINS NOW!"

---

Farbcodes

Many chat commands support color codes:

{default} - Default chat color
{white} - White
{darkred} - Dark red
{green} - Green
{lightyellow} - Light yellow
{lightblue} - Light blue
{olive} - Olive
{lime} - Lime
{red} - Red
{purple} - Purple
{grey} - Grey
{yellow} - Yellow
{gold} - Gold
{silver} - Silver
{blue} - Blue
{darkblue} - Dark blue
{bluegrey} - Blue grey
{magenta} - Magenta
{lightred} - Light red
{orange} - Orange

Beispiel:

css_say "{red}WARNING: {default}No camping in spawn!"

---

Nachrichten-Ziele

Some commands support player targeting for private messages:

Unterstützte Ziele

Beispiele:

# Private message to all CTs
css_psay @ct "Defend bombsite A this round"

# Private message to all terrorists
css_psay @t "Rush B with smoke and flash"

# Message to spectators
css_psay @spec "Type !join to play"

---

Bewährte Vorgehensweisen

When to Use Each Befehl

css_asay (Admin Say):

css_cssay (Colored Say):

css_say (Say):

css_psay (Private Say):

css_csay (Center Say):

css_hsay (HUD Say):

---

Kommunikationsrichtlinien

Professional Communication

  1. Be clear and concise - Don't spam long messages
  2. Use appropriate command - Don't center-spam trivial messages
  3. Check for typos - You represent the server
  4. Avoid excessive colors - Can be hard to read

Spam Prevention

  1. Don't overuse center say - Very intrusive for players
  2. Space out announcements - Don't flood chat
  3. Use HUD say for persistent info - Less annoying
  4. Coordinate with other admins - Avoid duplicate messages

Effective Messaging

Good Beispiele:

css_cssay "🎯 New map voting system available! Type !mapvote"
css_psay PlayerName "Hey! Please enable your mic or use team chat"
css_asay "Checking player demos for possible aimbot"

Poor Beispiele:

css_csay "hi"  # Don't use center say for trivial messages
css_cssay "a" "b" "c" "d"  # Don't spam center messages
css_say "asdfasdfasdf"  # Unprofessional

---

Silent-Modus

Admins can use silent mode to hide their activity:

css_hide  # Toggle silent mode

When in silent mode:

---

Konfiguration

Show Activity Type

Controls how admin actions are displayed:

"ShowActivityType": 2

Options:

---

Chat-Einschränkungen

Respecting Gags

Remember that:

Benötigte Berechtigungen

All chat commands require @css/chat permission:

css_addadmin STEAMID "Name" "@css/chat" 50 0

Or add to a group with chat permission:

css_addgroup "#moderators" "@css/chat,@css/kick" 50

---

Fehlerbehebung

Nachrichten werden nicht angezeigt

Check:

Colors not working

Check:

Spieler can't see center/HUD messages

Check:

---