View Single Post
willy1234x1
Senior Member
Join Date: Jun 2008
Old 07-02-2008 , 18:18   Re: Custom Votes v0.5.2 (6/29)
Reply With Quote #108

If you're trying for a votemute that works like voteban add this to either your basevotes.votes.cfg or funvotes.votes.cfg
Code:
        "mute"
    {
        "title"        "Mute #1?"
        "type"        "confirm"
        "trigger"    "votemute"
        "percent"    "75"
        "votes"        "4"
        "approve"    "admins"
        "cmd"        "sm_gag #1"
        "params"
        {
            "1"            "player"
        }
    }
willy1234x1 is offline