View Single Post
napster_10
Senior Member
Join Date: May 2016
Old 05-16-2016 , 12:49   Re: Custom Votes v0.5.6 (1/07)
Reply With Quote #848

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"
    		 }
		
	}
}

Last edited by napster_10; 05-16-2016 at 12:50.
napster_10 is offline