This extension allows you to add flags to console variables. It also allows you to remove flags from them. For more details, see INI files.
Upload INI files into the game directory. For example, in folder named cstrike or dod. Or, beside server.cfg.
Code:
FCVAR_ARCHIVE // Set to cause it to be saved to vars.rc
FCVAR_USERINFO // Changes the client's informations string
FCVAR_SERVER // Notifies players when changed
FCVAR_EXTDLL // Defined by external DLL
FCVAR_CLIENTDLL // Defined by the client DLL
FCVAR_PROTECTED // It doesn't notify whether is a password
FCVAR_SPONLY // This cannot be changed by clients connected to a multiple players server
FCVAR_PRINTABLEONLY // This one's string cannot contain unprintable characters
FCVAR_UNLOGGED // If this is a FCVAR_SERVER, it doesn't log changes to the log file