Override GetFlags()
How would i override it so i can send fake values back. IE. Bypass:
I know you can do this with cvars but how would i overwrite the GetFlags() function so it would return the flags its checking for ?
Code:
if( GetConVar( "sv_allowcslua" ):GetFlags() != 8452 || GetConVar( "sv_allowcslua" ):GetFlags() == 0 ) then
