I figured D: I'll just re-explane it, it reads a command from a file. I want to know if that command is a cvar string or a value, example:
"sv_cheats 1" Wouldn't this be a cvar value?
"hostname Server #1" Wouldn't this be a cvar string?
Now if the file reads "hostname Server #1" how do i get that to set? I realize server_cmd works, but the wiki says that's a bad way of setting it.