View Single Post
pubhero
Veteran Member
Join Date: Aug 2012
Location: Central Europe
Old 11-07-2012 , 00:33   Re: (CS:S) Disable chat "joins the player"
Reply With Quote #9

Quote:
Originally Posted by Dim_oK View Post
everything works, but this

when a player joins, it is also not to be seen
Ohhh. You're right. Sorry. We use connect announcer plugin too, who have the convar for suppress the log in - log out messages. So our tidychat light not suppress these messages now.
But if you want to try, here are a modded version from the tidychat light. Only for the game CSS. I remove the unnecessary TF2 parts from the code. Not tested, but must be working. The base settings are:

- connect messages suppressed
- disconnect messages suppressed
- teamchange messages suppressed
- convar change messages suppressed

So if you want suppress all of these messages, just drag and drop the .smx file. No configuration needed. If you want to change some base setting, just use these convars:

sm_tidychat_on "1" // 1/0 Plugin On/off
sm_tidychat_connect "1" // 1/0 Tidy connect messages On/off
sm_tidychat_disconnect "1" // 1/0 Tidy disconnect messsages On/off
sm_tidychat_team "1" // 1/0 Tidy team join messages On/off
sm_tidychat_cvar "1" // 1/0 Tidy cvar messages On/off
Attached Files
File Type: sp Get Plugin or Get Source (tidychat_css.sp - 486 views - 2.2 KB)

Last edited by pubhero; 11-07-2012 at 01:17.
pubhero is offline