sapphonie / StAC-tf2

steph's anticheat (StAC). a built-from-scratch sourcemod based solution to cheating in Team Fortress 2.
https://sappho.io
GNU General Public License v3.0
117 stars 21 forks source link

net_chan_limit_msec #183

Closed Fate970730 closed 8 months ago

Fate970730 commented 8 months ago

Due to the setting of net_chan_limit_msec, my teammates and I get processing time exceeded when they just enter commands such as /taunt /slghost /admin etc. in the chat, could this be somehow prevented from happening?

sapphonie commented 8 months ago

stac won't override net_chan_limit_msec so long as set it to something that isn't 0. try starting at 256 and going up from there until it stops kicking legit players

Fate970730 commented 8 months ago

like, for example, should I enter this in server.cfg? sm_cvar net_chan_limit_msec "256"

sapphonie commented 8 months ago

like, for example, should I enter this in server.cfg? sm_cvar net_chan_limit_msec "256"

Yes