A very easy method is to register the cvar's in your plugin_init(), then somewhere in your code, where you want the cvar's to be read from a .cfg file, do: server_cmd("exec %s", configfile) or whatever. This avoids having to go through the mess of formatting extra stuff just to read a few cvars.