CSB CVar Checker

v1.0.0 3 téléchargements Daemon666 Dernière mise à jour: Jul 15, 2026

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

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.

Journal des modifications — v1.0.0

1.0.0 - Initial release.
Versions →
Contributeurs: Daemon666 ✦
Licence: GPL-3.0

Note

No ratings yet.

Download v1.0.0

Compiled live from the source below — nothing pre-built.
Télécharger .sma
Fichiers:
csb_cvar_checker.sma main 6.4 KB

Prérequis

AMX Mod X ≥ 1.8.2
Engine ReHLDS HLDS
ReGameDLL Optionnel
ReAPI Optionnel
Metamod Metamod / Metamod-r
Conflits connus Other cvar-enforcement / anti-cheat plugins that query the same cvars.
Retour aux Plugins