Page 1 of 1

[kac_addcvar] comparison type

Posted: Thu Mar 11, 2010 4:31 pm
by Impact
What comparison type is possible?

1. equal
2. less (equal to or less than)
3. greater (equal to or greater than)
4. ??

Re: [kac_addcvar] comparison type

Posted: Sun Mar 14, 2010 11:52 pm
by Kigen
Bound which is keeping the cvar between two numbers. Like keeping cl_cmdrate between 66 and 101.

StrEqual which is for comparing string ConVars. Like for example if you want to force people to stop using HLSS and other such systems you could to a strequal "" with voice_inputfromfile (I think its that).