Page 2 of 2

Re: Not quite sure if it's working right

Posted: Tue Jan 05, 2010 2:19 am
by nightrider
Whatever your sv_consistency is set at in your server.cfg
clients connecting will match your server setting.
If clients are different they are cheating.

It is not possible for the client to have a setting of sv_consistency different from the server.
Unless a third party application is injecting the CVAR value into the Counter-Strike Source game.
The server by default will dictate to all clients the CVAR value.
So yes they were cheating and it's definite.

I'm unaware of any false positives being possible.

Re: Not quite sure if it's working right

Posted: Tue Jan 05, 2010 10:03 am
by propaganda
nightrider wrote:Whatever your sv_consistency is set at in your server.cfg
clients connecting will match your server setting.
If clients are different they are cheating.

It is not possible for the client to have a setting of sv_consistency different from the server.
Unless a third party application is injecting the CVAR value into the Counter-Strike Source game.
The server by default will dictate to all clients the CVAR value.
So yes they were cheating and it's definite.

I'm unaware of any false positives being possible.
Ok thanks nightrider for the help, just not 100% sure on how KAC works yet.

Re: Not quite sure if it's working right

Posted: Tue Jan 05, 2010 10:19 am
by nightrider
your welcome, I try ... ;)