AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=109)
-   -   Custom Votes v0.5.6 (1/07) (https://forums.alliedmods.net/showthread.php?t=72216)

Dizzy47 10-04-2013 16:01

Re: Custom Votes v0.5.6 (1/07)
 
I wanna setup a vote to spawn a dodgeball bot but i need to know how to make it so it forces everyone but the bot on one team. Anyone who can help? Also, is there any way to make the custom vote a command like "!dodgebot" or whatever so anyone can type it and start a vote.

Viggi Bear 10-04-2013 23:29

Re: Custom Votes v0.5.6 (1/07)
 
Hi, could someone guide me where I'm going wrong. I'm trying to create a menu for players to vote for the right cfg file. This is my code, but in game, it asks me, vote for #1 as the CFG and in console, it says exec "1", 1 not found, not executing. Here is my config.

Code:

"voteconfig"
        {
                "title"        "Choose #1 Config?"
                "type"                "confirm"
                "command"        "exec #1"
                "trigger"
                {
                        "command"        "voteconfig"
                        "notice"        "#1 has been voted as the CFG"
                        "percent"        "10"
                }
                "params"
                {
                        "type"        "list"
                        "title"        "Choose the right config"
                        "server.cfg"                                "Standard Server Setup"
                        "ugc_HL_base.cfg"                        "UGC Highlander Base"
                        "ugc_HL_ctf.cfg"                        "UGC Highlander Ctf"
                        "ugc_HL_custom.cfg"                        "UGC Highlander Custom"
                        "ugc_HL_koth.cfg"                        "UGC Highlander Koth"
                        "ugc_HL_standard.cfg"                "UGC Highlander Standard"
                        "ugc_HL_stopwatch.cfg"                "UGC Highlander Stopwatch"
                        "ugc_HL_tugofwar.cfg"                "UGC Highlander Tug-of-War"
                        "ugc_off.cfg"                                "UGC Highlander Off"
                        "ugc_6v_base.cfg"                        "UGC 6v6 Base"
                        "ugc_6v_ctf.cfg"                        "UGC 6v6 Ctf"
                        "ugc_6v_custom.cfg"                        "UGC 6v6 Custom"
                        "ugc_6v_golden.cfg"                        "UGC 6v6 Golden"
                        "ugc_6v_koth.cfg"                        "UGC 6v6 Koth"
                        "ugc_6v_standard.cfg"                "UGC 6v6 Standard"
                        "ugc_6v_stopwatch.cfg"                "UGC 6v6 Stopwatch"
                }
               
        }


moxie2020 10-31-2013 20:09

Re: Custom Votes v0.5.6 (1/07)
 
Any Chance someone could revive this plugin?

I like the player votes plugin (https://forums.alliedmods.net/showthread.php?t=217619) but it doesn't allow for custom votes, relies on chat commands instead of being able to trigger a general vote and is limited to votemute instead of the much more effective vote silence.

The one feature it does have that custom votes lacks is the ability to limit the vote within teams which obviously is much more useful in the case of votemute or votesilence.

Phorce_Phed 12-19-2013 23:41

Re: Custom Votes v0.5.6 (1/07)
 
This plugin is obsolete. See:

Custom Votes Redux

Vastrix 06-24-2014 09:26

Re: Custom Votes v0.5.6 (1/07)
 
Quote:

Originally Posted by ALKINDA (Post 2039845)
would be great to have map specific votes. would enhance this plugin alot.

Took the words right out of my mouth :P
Totally agree!

stebrickboy 06-25-2014 12:27

Re: Custom Votes v0.5.6 (1/07)
 
Do anyone know how to exclude spectators in a vote?

juniorjpdj 08-10-2014 07:39

Re: Custom Votes v0.5.6 (1/07)
 
How to make votes appear instantly at all player's game?

napster_10 05-16-2016 12:49

Re: Custom Votes v0.5.6 (1/07)
 
awesome but can someone explain what to do if i want to have a voting to kick bots?

like rockthevote to change map

- a set percentage of player have to type in !bots or something like that
- after reaching the number vote will start by asking "kick the bots?"
- then u can confirm with yes/no
- and a set percentage of player is needed for yes to finally kick the bots

same for adding bots

can someone help or write this plugin?

i tried this but its not working

Code:

"Votes"
{
        "kickbots"
        {
                "title"                "Kick all Bots?"
                "type"                "chat"
                "admin"                "sm_ban"
                "cmd"                "bot_kick"
                "execute"        "server"
                "trigger"
                    {
                        "command"  "kickbots"
                        "notice"    "%u voted to kick Bots"
                        "percent"  "75"
                          "count"    "2"
                    }
               
        }
}


KiR 09-11-2016 10:43

Re: Custom Votes v0.5.6 (1/07)
 
How to make that vote started with 4 and 5?

danhavoc 06-17-2020 15:54

Re: Custom Votes v0.5.6 (1/07)
 
I'm not understanding something.
!votemenu -> change map to -> is returning an error

Code:

[SM] No admins found to approve the vote. Cancelled the vote.
two problems:

1) I am an admin set via, and I can change the map by typing !admin and changing it from there

2) I don't want to require approval and I can't figure out what I need to change

admin was set via "yoursteamid" "99:z" method in /addons/sourcemod/configs/admins_simple.ini

/tf/addons/sourcemod/configs/customvotes/playervotes.cfg :

Code:

"Votes"
{
        "voteban"
        {
                "title"                "Ban #1 for 30 minutes?"
                "type"                "chat"
                "command"        "sm_ban_auto #1 30 \"Banned by vote.\""
                "trigger"
                {
                        "command"        "voteban"
                        "notice"        "%u voted to ban #1"
                        "percent"        "70"
                        "count"                "4"
                }
                "params"
                {
                        "1"                        "player"
                }
        }
        "votekick"
        {
                "title"                "Kick #1?"
                "type"                "chat"
                "command"        "sm_kick #1 \"Kicked by vote.\""
                "trigger"
                {
                        "command"        "votekick"
                        "notice"        "%u voted to kick #1"
                        "percent"        "70"
                        "count"                "4"
                }
                "params"
                {
                        "1"                        "player"
                }
        }
        "votemute"
        {
                "title"                "Mute #1?"
                "type"                "chat"
                "command"        "sm_mute #1"
                "trigger"
                {
                        "command"        "votemute"
                        "notice"        "%u voted to mute #1"
                        "percent"        "70"
                        "count"                "4"
                }
                "params"
                {
                        "1"                        "player"
                }
        }
        "votealltalk"
        {
                "title"                "Turn alltalk #1?"
                "type"                "chat"
                "command"        "sv_alltalk #1"
                "trigger"
                {
                        "command"        "votealltalk"
                        "notice"        "%u wants to turn alltalk #1"
                        "percent"        "60"
                }
                "params"
                {
                        "1"                        "onoff"
                }
        }
        "votemap"
        {
                "title"                "Change map to #1?"
                "type"                "chat"
                "command"        "changelevel #1"
                "trigger"
                {
                        "command"        "votemap"
                        "notice"        "%u wants to change the map to #1"
                        "delay"                "300"
                        "percent"        "60"
                        "count"                "4"
                }
                "params"
                {
                        "1"                "mapcycle"
                }
        }
}



All times are GMT -4. The time now is 19:02.

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