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
- Put
csb_cvar_checker.amxxinaddons/amxmodx/plugins/ - Add it to
plugins.ini - Edit
addons/amxmodx/configs/csb_cvar_checker.ini









