View Single Post
DarthNinja
SourceMod Plugin Approver
Join Date: Mar 2009
Location: PreThinkHook()
Old 05-04-2010 , 04:57   Re: [Any] NoSpam
Reply With Quote #6

Quote:
Originally Posted by captainAngry View Post
Any chance you could add a cvar that would disable mic spams for everyone except for admins?
Yes, I'm going to make a plugin that auto-allows people with a certain flag.
Right now you could set "sv_allow_voice_from_file" to '0' and give your admins access to the plugin.

Quote:
Originally Posted by alinayg View Post
Very nice plugin, Are the players added to nospam saved in a database or can they simply reconnect and be un "nospammed" ? If not, you should look into adding mysql support for this. Maybe even add it to source bans if they have a api.
The way the plugin works is that it sends a fake cvar change (sv_allow_voice_from_file 1/0) to a chosen client.
When the client joins the server, that cvar is also sent to the client.
So, no it is not remembered.

I may possibly add the ability for it to remember players and check them when they connect
__________________
DarthNinja is offline