fbef0102 / L4D1_2-Plugins

L4D1/2 help server to record, make server more fun, and more useful plugins for adm.
GNU General Public License v3.0
156 stars 67 forks source link

bequiet doesn't hide console cvar changes #6

Closed vikingo12 closed 3 years ago

fbef0102 commented 3 years ago

hide cvar changes announcement from chatbox (see picture below), not hide from server console

yBOLTvN.png
vikingo12 commented 3 years ago

20210218204758_1 doesn't hide from chatbox?

fbef0102 commented 3 years ago

I think you misunderstand, those messages in your picture are from sourcemod plugin called "basecommands.smx" (one part of sourcemod), they are NOT generated by server. Look at the prefix, it has "[SM]" see https://github.com/alliedmodders/sourcemod/blob/617fb77ea02076cc70be84c6092ebcfc81d54cc2/plugins/basecommands.sp#L322-L331 and here https://github.com/alliedmodders/sourcemod/blob/617fb77ea02076cc70be84c6092ebcfc81d54cc2/plugins/basecommands.sp#L368-L377 The basecommands.smx prints these message, not server

In Short, bequiet.smx only blocks the red messages, can't block the yellow (see picture below)

FGkLDMp.png
vikingo12 commented 3 years ago

okk thanks