Page 1 of 1

Custom message

Posted: Wed Mar 24, 2010 1:27 am
by Coyote
I need a custom for every restricted command i add to anticheat, for example if i add cl_cmdrate the client who will be kicked will recieve message ""you were kickd bacause cl_cmdrate is less than 100 on your client not only in console.

I'm sorry if there are any mistakes in my message

Re: Custom message

Posted: Thu Mar 25, 2010 11:09 am
by Renjizzle
Why dont you just force the rate consistancy server side?

ie: sv_minrate 30000
sv_minupdaterate 101
sv_mincmdrate 101

etc

Of course, you wouldnt want those values as your min for people who have crappy connections etc, however they are good to set as your max IE:

sv_maxrate 30000
sv_maxupdaterate 101
sv_maxcmdrate 101

Re: Custom message

Posted: Thu Mar 25, 2010 12:34 pm
by Coyote
These commands don't work almost at all in CSS

Re: Custom message

Posted: Thu Mar 25, 2010 9:01 pm
by Renjizzle
Ive never had any issues. If the server forces a min or max rate, it wont kick them for their rates not maxing, it will just automatically set them to the minimum if they do not reach it.

Re: Custom message

Posted: Mon Mar 29, 2010 9:45 am
by Kill3rBunny
These commands don't need to be enforced by an anti cheat because they can just be set up in the server configs to have a min and a max. The server will automatically change the rates if you fall below or if you are above the set rates

Re: Custom message

Posted: Mon Aug 30, 2010 11:49 pm
by Ares_Veteran
No that is not working in CS:S. Try it! Clients can still set their cl_cmdrate to 1 and have a low ping that way.

Re: Custom message

Posted: Thu Sep 02, 2010 11:26 am
by lhffan
Peoples can still pingmask.. but that only tricks the scoreboard i think. Add a high ping kicker that checks real values instead

Re: Custom message

Posted: Thu Sep 02, 2010 4:17 pm
by nightrider
You could always add this Anti-Ping Mask Sourcemod plugin
http://forums.alliedmods.net/showthread.php?p=879751

Re: Custom message

Posted: Sat Sep 04, 2010 2:05 pm
by Ares_Veteran
Wow! Tank you! This is working fine! :D

Re: Custom message

Posted: Sun Sep 05, 2010 12:30 pm
by twozcar
or add the zblock plugin it enforces it and not kick clients...