Daemon666 / CSB CVar Checker Öffentlich

Queries client cvars and checks them against a rules file, kicking or logging clients with disallowed values or that refuse to answer.

v1.0.0 144 Downloads GPL-3.0 Zuletzt aktualisiert Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Dec 17, 2025 1 Versionen
csb_cvar_checker.sma main ea518f1 6.4 KB
README.md

CSB CVar Checker queries client-side cvars with query_client_cvar a few seconds after a player joins and checks each answer against a rules file. Rules can require an exact value, forbid a value, enforce a numeric minimum or maximum, or simply demand that the client answers at all - a client returning Bad CVAR request is either missing the cvar or blocking the query.

Features

  • Rules file with five modes: eq, neq, max, min, any
  • Catches brightness / fog / interp style tweaks (gl_fog, r_lightmap, ex_interp, cl_lw, ...)
  • Log-only or kick modes
  • A default rules file is written on first run

Installation

  1. Put csb_cvar_checker.amxx in addons/amxmodx/plugins/
  2. Add it to plugins.ini
  3. Edit addons/amxmodx/configs/csb_cvar_checker.ini
Installation
1. Put csb_cvar_checker.amxx in addons/amxmodx/plugins/
2. Add it to plugins.ini
3. Edit configs/csb_cvar_checker.ini (a default is written on first run)
Cvars
CVARDefaultDescription
csb_cc_enabled 1 Enable the plugin.
csb_cc_delay 15 Seconds after join before the client is queried (minimum 3).
csb_cc_action 1 0 = log only, 1 = kick offenders.
csb_cc_kickmsg Disallowed client setting detected Message shown when a client is kicked.
Änderungsprotokoll — v1.0.0
1.0.0 - Initial release.
Versionen →
Bewertung

No ratings yet.

Info
Download v1.0.0
Compiled live from the source below — nothing pre-built.
.sma herunterladen
Anforderungen
AMX Mod X ≥ 1.8.2
Engine ReHLDS HLDS
ReGameDLL Optional
ReAPI Optional
Metamod Metamod / Metamod-r
Bekannte Konflikte Other cvar-enforcement / anti-cheat plugins that query the same cvars.
Mitwirkende
Zurück zu den Plugins