CSB Anti Ghosting

v1.0.0 10 загрузок Daemon666 Обновлено: Jul 16, 2026

Routes dead chat to dead players only, pins spectators to a limited camera via mp_forcecamera, and forces sv_alltalk off while a round is live.

CSB Anti Ghosting closes the everyday ways a dead player feeds intel to the living. Chat from a dead player is intercepted and delivered only to other dead and spectating players, so it can never leak to someone still in the round. At the start of each round the plugin sets mp_forcecamera to your configured value, pinning spectators to a limited camera instead of free-look on enemies, and forces sv_alltalk off so voice cannot cross the alive/dead line while the round is running.

Features

  • Dead say / say_team is routed to dead players only and blocked from the living.
  • Command-style messages (/ or !) are passed through so other plugins still work.
  • mp_forcecamera re-applied each round from csb_gh_forcecamera.
  • sv_alltalk forced off at round start when csb_gh_alltalk is on.
  • Every rule has its own cvar so you can enable only what you need.

Installation

  1. Compile csb_anti_ghosting.sma and copy it to addons/amxmodx/plugins/.
  2. Add it to plugins.ini and change the map.

No extra modules are required. If you run a plugin that already manages dead chat, disable one of the two with csb_gh_deadchat 0.

Установка

1. Put csb_anti_ghosting.amxx in addons/amxmodx/plugins/
2. Add it to addons/amxmodx/configs/plugins.ini
3. Change map

Cvar-ы

CVARDefaultDescription
csb_gh_enabled 1 Master switch for all anti-ghosting rules.
csb_gh_deadchat 1 Route dead chat to dead players only.
csb_gh_forcecamera 1 Value applied to mp_forcecamera at round start.
csb_gh_alltalk 1 Force sv_alltalk off at round start.

История изменений — v1.0.0

1.0.0 - Initial release.
Версии →
Участники: Daemon666 ✦
Лицензия: GPL-3.0

Рейтинг

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Скачать .sma
Файлы:
csb_anti_ghosting.sma main 2.7 KB

Требования

AMX Mod X ≥ 1.9
Движок ReHLDS HLDS
ReGameDLL Необязательно
ReAPI Необязательно
Metamod Metamod / Metamod-r
Известные конфликты Other dead-chat or all-talk managers will conflict; run only one.
Назад к плагинам