I want to register a CVAR that it'll call a function at some point of the code according to what the cvar is (for example if amx_cvar kill_admin will be on '1') when its time for a function in the order of a code i made, the function that kills all admins will be called, if its on '0' it wont be called when it gets to the function.
NOTE: I want it to be permanent, like all those CVARS that never change even when u do map change.