Raised This Month: $51 Target: $400
 12% 

Mic Spam Temporary Mute (Version 1.10 / Updated May 30 2009)


Post New Thread Reply   
 
Thread Tools Display Modes
Grrrrrrrrrrrrrrrrrrr
Senior Member
Join Date: Oct 2007
Old 05-18-2009 , 14:54   Re: Mic Spam Temporary Mute (Version 1.00b / Updated May 2 2009)
Reply With Quote #11

@waertf: I don't know and I don't have l4d to test it. So, if someone tests it, I will add support.

@Pietje: no
__________________
Note: "r" letters = 19 ; CHEESE: I LIKE CHOCOLATE MILK
Grrrrrrrrrrrrrrrrrrr is offline
Send a message via AIM to Grrrrrrrrrrrrrrrrrrr
tcviper
Veteran Member
Join Date: Oct 2005
Location: Netherlands
Old 05-20-2009 , 03:14   Re: Mic Spam Temporary Mute (Version 1.00b / Updated May 2 2009)
Reply With Quote #12

Im getting huge amounts of these errors in log:

Code:
L 05/19/2009 - 23:53:57: [SM] Displaying call stack trace for plugin "micspam.smx":
L 05/19/2009 - 23:53:57: [SM]   [0]  Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/41623.attach::CB_CheckAudio()
L 05/19/2009 - 23:53:57: [SM] Native "GetClientListeningFlags" reported: Client 14 is not connected
L 05/19/2009 - 23:53:57: [SM] Displaying call stack trace for plugin "micspam.smx":
L 05/19/2009 - 23:53:57: [SM]   [0]  Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/41623.attach::CB_CheckAudio()
L 05/19/2009 - 23:53:57: [SM] Native "GetClientListeningFlags" reported: Client 1 is not connected
L 05/19/2009 - 23:53:57: [SM] Displaying call stack trace for plugin "micspam.smx":
L 05/19/2009 - 23:53:57: [SM]   [0]  Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/41623.attach::CB_CheckAudio()
L 05/19/2009 - 23:53:57: [SM] Native "GetClientListeningFlags" reported: Client 9 is not connected
L 05/19/2009 - 23:53:57: [SM] Displaying call stack trace for plugin "micspam.smx":
L 05/19/2009 - 23:53:57: [SM]   [0]  Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/41623.attach::CB_CheckAudio()
L 05/19/2009 - 23:53:57: [SM] Native "GetClientListeningFlags" reported: Client 3 is not connected
L 05/19/2009 - 23:53:57: [SM] Displaying call stack trace for plugin "micspam.smx":
__________________
tcviper is offline
Send a message via MSN to tcviper
tcviper
Veteran Member
Join Date: Oct 2005
Location: Netherlands
Old 05-22-2009 , 07:23   Re: Mic Spam Temporary Mute (Version 1.00b / Updated May 2 2009)
Reply With Quote #13

Any update on those errors yet mate?
__________________
tcviper is offline
Send a message via MSN to tcviper
Atreus
SourceMod Donor
Join Date: Apr 2005
Location: San Diego, CA
Old 05-25-2009 , 11:19   Re: Mic Spam Temporary Mute (Version 1.00b / Updated May 2 2009)
Reply With Quote #14

Would it be possible to have a "strike" system? It could have a cvar letting you choose how many "strikes" the person got before they'd be permanently punished. Meaning, you could have it warn them the first _x_ times (say, 2) with a warning that if they did it again they'd have a worse punishment. Then, on the third time it could mute/pmute(using the permamute plugin)/kick/ban/whatever them. That would make this incredibly awesome
Atreus is offline
Send a message via AIM to Atreus Send a message via MSN to Atreus
psychonic

BAFFLED
Join Date: May 2008
Old 05-28-2009 , 10:01   Re: Mic Spam Temporary Mute (Version 1.00b / Updated May 2 2009)
Reply With Quote #15

Quote:
Originally Posted by tcviper View Post
Any update on those errors yet mate?
&& IsClientConnected(client) needs added to public Action:Timer_CheckAudio()

Line 57

Change
Code:
if (IsClientInGame(client) && !IsFakeClient(client) && isValidAdmin[client] == 0)
to
Code:
if (IsClientInGame(client) && IsClientConnected(client) && !IsFakeClient(client) && isValidAdmin[client] == 0)
psychonic is offline
Grrrrrrrrrrrrrrrrrrr
Senior Member
Join Date: Oct 2007
Old 05-31-2009 , 00:24   Re: Mic Spam Temporary Mute (Version 1.10 / Updated May 30 2009)
Reply With Quote #16

@psychonic: thank you for fixing the client not connected problem. I implemented your fix into the newest version.

@all: The plug-in is no longer in beta. Download the newest version to fix the client is not connected errors.

@Atreus: yes, I will implement your idea in the next update. (excellent idea)
__________________
Note: "r" letters = 19 ; CHEESE: I LIKE CHOCOLATE MILK
Grrrrrrrrrrrrrrrrrrr is offline
Send a message via AIM to Grrrrrrrrrrrrrrrrrrr
tigerox
AlliedModders Donor
Join Date: Oct 2008
Location: Canada
Old 06-18-2009 , 22:12   Re: Mic Spam Temporary Mute (Version 1.10 / Updated May 30 2009)
Reply With Quote #17

latest version:

L 06/18/2009 - 22:08:10: Error log file session closed.
L 06/18/2009 - 22:08:10: SourceMod error session started
L 06/18/2009 - 22:08:10: Info (map "gg_jeebs_bunkers") (file "errors_20090618.log")
L 06/18/2009 - 22:08:10: [SM] Native "GetClientListeningFlags" reported: Client 23 is not connected
L 06/18/2009 - 22:08:10: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:08:10: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:08:10: [SM] Native "GetClientListeningFlags" reported: Client 4 is not connected
L 06/18/2009 - 22:08:10: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:08:10: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:08:11: [SM] Native "GetClientListeningFlags" reported: Client 4 is not connected
L 06/18/2009 - 22:08:11: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:08:11: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
22:16:01: SourceMod error session started
L 06/18/2009 - 22:16:01: Info (map "420_shotguns") (file "errors_20090618.log")
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 19 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 3 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 14 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 11 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 16 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 4 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 7 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 9 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 17 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 2 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 23 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 21 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 1 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 22 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 10 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 5 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":
L 06/18/2009 - 22:16:01: [SM] [0] Line 66, /home/groups/alliedmodders/forums/files/3/2/0/5/6/42948.attach::CB_CheckAudio()
L 06/18/2009 - 22:16:01: [SM] Native "GetClientListeningFlags" reported: Client 6 is not connected
L 06/18/2009 - 22:16:01: [SM] Displaying call stack trace for plugin "micspam.smx":

Last edited by tigerox; 06-18-2009 at 22:19.
tigerox is offline
Atreus
SourceMod Donor
Join Date: Apr 2005
Location: San Diego, CA
Old 07-20-2009 , 06:44   Re: Mic Spam Temporary Mute (Version 1.10 / Updated May 30 2009)
Reply With Quote #18

Any luck on the new version, Grrrrrrrrrrrrrrrrrrr?
Atreus is offline
Send a message via AIM to Atreus Send a message via MSN to Atreus
h00x
Senior Member
Join Date: Jun 2009
Old 07-21-2009 , 06:04   Re: Mic Spam Temporary Mute (Version 1.10 / Updated May 30 2009)
Reply With Quote #19

This just works perfect! lol TF2 music spam is no more!
h00x is offline
nematu
Junior Member
Join Date: Mar 2009
Old 07-26-2009 , 15:37   Re: Mic Spam Temporary Mute (Version 1.10 / Updated May 30 2009)
Reply With Quote #20

can you make a mic spammers hear a sound after they get mute (but only spammers) im shure i would find a nnoying one
nematu is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode