Quote Originally Posted by serthy View Post
what can be bypassed when using getCvar("com_maxfps")?
in your .exe, you can edit all the dvars to whatever you want. com_maxfps can be spf_xammoc, and when you do that, ingame when you type com_maxfps it will say that it is now an external dvar and wont do anything, but the spf_xammoc will change the actual maxfps

Quote Originally Posted by serthy View Post
i still dont get it, what do you want?
to know if there is a real way to check/set what the maxfps is without going using set/getdvar()

Quote Originally Posted by serthy View Post
what should maxfps() return?
maxfps() some way of setting/viewing the number that the maxfps is set at, but without going through set/getcvar() (since it can be bypassed)

Quote Originally Posted by serthy View Post
is it in c/c++ or in gsc?
both i guess(?)