View Single Post
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 - 379 views - 14.3 KB)
Kanlaki101 is offline