Daemon666 / CSB CVar Checker Publiczny

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 pobrań GPL-3.0 Ostatnia aktualizacja Aug 23, 2026
Daemon666 1.0.0 - Initial release. v1.0.0 Dec 17, 2025 1 Wersje
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
Instalacja
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)
Cvary
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.
Lista zmian — v1.0.0
1.0.0 - Initial release.
Wersje →
Ocena

No ratings yet.

Informacje
Download v1.0.0
Compiled live from the source below — nothing pre-built.
Pobierz .sma
Wymagania
AMX Mod X ≥ 1.8.2
Engine ReHLDS HLDS
ReGameDLL Opcjonalne
ReAPI Opcjonalne
Metamod Metamod / Metamod-r
Znane konflikty Other cvar-enforcement / anti-cheat plugins that query the same cvars.
Współtwórcy
Wróć do Pluginów