View Single Post
Lux
Veteran Member
Join Date: Jan 2015
Location: Cat
Old 07-22-2019 , 23:38   Re: [L4D2] I want to clear the [cvar] message in the server chat window.
Reply With Quote #3

The sourcemod.cfg has stuff regarding that

Code:
// Specifies how admin activity should be relayed to users.  Add up the values
// below to get the functionality you want.
// 1: Show admin activity to non-admins anonymously.
// 2: If 1 is specified, admin names will be shown.
// 4: Show admin activity to admins anonymously.
// 8: If 4 is specified, admin names will be shown.
// 16: Always show admin names to root users.
// --
// Default: 13 (1+4+8)
sm_show_activity 16
I think using 16 will only show stuff to the root users "z" flag maybe
__________________
Connect
My Plugins: KlickME
[My GitHub]

Commission me for L4D

Last edited by Lux; 07-22-2019 at 23:38.
Lux is offline