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

Vote Mute / Vote Silence 1.0.105


Post New Thread Reply   
 
Thread Tools Display Modes
cameltoe Joe
Member
Join Date: Nov 2010
Old 01-24-2011 , 02:20   Re: Vote Mute / Vote Silence 1.0.105
Reply With Quote #111

Quote:
Originally Posted by strontiumdog View Post
Try this version and let me know if it works any better.

When they exit it should ungag and unmute the player.
Also added in voicemenu blocks if a player is gagged...

I have just installed on my trade server and when used it does not reset when you type retry in the console. I did try the new one above with no luck. I still have to hard reset the server for it to clear
__________________
A man is not old until reality takes the place of is dreams... I just keep dreaming

{ASBO}Gaming
cameltoe Joe is offline
Kanlaki101
Junior Member
Join Date: Apr 2010
Old 04-18-2011 , 03:52   Re: Vote Mute / Vote Silence 1.0.105
Reply With Quote #112

I had that issue as well. Here's the fix.

If you're using the public version, please refer to this post:
http://forums.alliedmods.net/showpos...&postcount=102



If you want the admin version, you have to do a little editing to .sp in the post linked above.

I change:
PHP Code:
RegConsoleCmd("sm_votemute"Command_Votemute,  "sm_votemute <player> ")  
    
RegConsoleCmd("sm_votesilence"Command_Votesilence,  "sm_votesilence <player> ")  
    
RegConsoleCmd("sm_votegag"Command_Votegag,  "sm_votegag <player> ") ) 
to

PHP Code:
RegAdminCmd("sm_votemute"Command_VotemuteADMFLAG_VOTE"sm_votemute <player> ")  
    
RegAdminCmd("sm_votesilence"Command_VotesilenceADMFLAG_VOTE"sm_votesilence <player> ")  
    
RegAdminCmd("sm_votegag"Command_VotegagADMFLAG_VOTE"sm_votegag <player> "
and recompiled.


Hope this helps you or anyone else with this issue!
Attached Files
File Type: smx votemute.smx (9.3 KB, 114 views)
File Type: sp Get Plugin or Get Source (votemute.sp - 378 views - 14.3 KB)
Kanlaki101 is offline
sipster19
Senior Member
Join Date: Mar 2011
Old 08-17-2011 , 12:30   Re: Vote Mute / Vote Silence 1.0.105
Reply With Quote #113

1.0.106 does not work. The commands do not bring up the menu. Instead, I took this code from the new version:

Code:
public OnClientDisconnect(client)
{
    if (client != 0)
    {
        g_Gagged[client] = false;
        SetClientListeningFlags(client, VOICE_NORMAL);
    }
}
Added it to 1.0.105.
Attached Files
File Type: sp Get Plugin or Get Source (votemute_p.sp - 429 views - 9.5 KB)
sipster19 is offline
Pillz
Junior Member
Join Date: Nov 2011
Old 12-01-2011 , 16:54   Re: Vote Mute / Vote Silence 1.0.105
Reply With Quote #114

Quote:
Originally Posted by Bury View Post
Hi i managed to gag myself like someone else seems to have experienced, i can't undo it ? possible fix please?
We seem to be having this problem also, I had no idea the plugin was doing it. Eventually EVERYONE was gagged, regardless of whether or not a vote was initiated against them. Sometimes I would join and be gagged, other times I wasn't. Some people were gagged almost every time they joined.

I didn't realize it was the plugin till we did a whole reinstall and the problem still continued.

Someone said the version you offered in attempt to fix it didn't work, so I suppose I just won't use this plugin anymore..

If it helps, I was trying to use this plugin on ZPS. Don't know what went wrong but it should definitely be looked into..

Last edited by Pillz; 12-01-2011 at 16:56.
Pillz is offline
shadrxninja
New Member
Join Date: Dec 2010
Old 12-03-2011 , 05:28   Re: Vote Mute / Vote Silence 1.0.105
Reply With Quote #115

Looks good!
__________________
shadrxninja is offline
BBG-Theory
Junior Member
Join Date: Jul 2010
Location: Durham NC
Old 12-05-2011 , 00:41   Re: Vote Mute / Vote Silence 1.0.105
Reply With Quote #116

ok nice, but there needs to be admin immunity and a limit to how often someone can use it to prevent abuse regarding the _p version
BBG-Theory is offline
sipster19
Senior Member
Join Date: Mar 2011
Old 06-13-2012 , 04:17   Re: Vote Mute / Vote Silence 1.0.105
Reply With Quote #117

@strontiumdog

While playing on my server, a player initiated a !votegag on player1. Player1 saw the gag vote and left before it ended. When the vote ended, the plugin tried to gag him. It generated an error_log file and said that the index could not be found. Could you fix this?

Last edited by sipster19; 06-13-2012 at 04:50.
sipster19 is offline
St00ne
Veteran Member
Join Date: Jan 2011
Location: Annecy - France
Old 06-17-2012 , 22:26   Re: Vote Mute / Vote Silence 1.0.105
Reply With Quote #118

Hi,

I got this error in my logs recently:

Code:
L 06/12/2012 - 18:22:33: SourceMod error session started
L 06/12/2012 - 18:22:33: Info (map "de_cbble") (file "errors_20120612.log")
L 06/12/2012 - 18:22:33: [SM] Native "LogAction" reported: Client index 8 is invalid
L 06/12/2012 - 18:22:33: [SM] Displaying call stack trace for plugin "votemute.smx":
L 06/12/2012 - 18:22:33: [SM]   [0]  Line 498, /home/groups/alliedmodders/forums/files/2/4/5/7/3/36348.attach::Handler_VoteCallback()
L 06/12/2012 - 18:22:34: Error log file session closed.
Could someone fix that?

Thx,

St00ne
__________________

*** *** ***
-My plugins-
St00ne is offline
hobart
Member
Join Date: Dec 2011
Old 09-29-2012 , 16:11   Re: Vote Mute / Vote Silence 1.0.105
Reply With Quote #119

This is still perma muting and gagging ppl I cannot ungag unmute unsilence anyone who has been voted into that state by this plugin.
hobart is offline
drones
Junior Member
Join Date: Nov 2012
Old 01-07-2013 , 15:31   Re: Vote Mute / Vote Silence 1.0.105
Reply With Quote #120

Players cannot write any more and I cannot /ungag
Help me plz
drones 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 19:54.


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