You should be able to set console variables in command line by writing:
Code:
+cvar_name cvar_value
// e.g.
+mp_startmoney 16000
but I am not sure if that counts in cvars registered by plugins with register_cvar(), I think it does.
Anyway, why don't you just put cvars in server.cfg?