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.sma main | 503d733 | 2.7 KB |
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_forcecamerare-applied each round fromcsb_gh_forcecamera.sv_alltalkforced off at round start whencsb_gh_alltalkis on.- Every rule has its own cvar so you can enable only what you need.
Installation
- Compile
csb_anti_ghosting.smaand copy it toaddons/amxmodx/plugins/. - Add it to
plugins.iniand 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 | Default | Description |
|---|---|---|
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. |
1.0.0 - Initial release.Versionen →
No ratings yet.
| AMX Mod X | ≥ 1.9 |
| Engine | ReHLDS HLDS |
| ReGameDLL | Optional |
| ReAPI | Optional |
| Metamod | Metamod / Metamod-r |
| Bekannte Konflikte | Other dead-chat or all-talk managers will conflict; run only one. |









