When a player types !voteban, a popup will show up with a list of players to choose from. When a specific player is chosen to be vote banned by atleast 50% of the total human players, a global vote will be made to finally determine if he should be banned or not.
[b]Why use this specific Vote Ban Script?[/b]
[list][*]Uses the most recent ESP Commands
[*]Doesn't automatically send everyone a Vote to Ban that player on first !voteban
[*]Has a 'minimum_player_req' variable so that you can limit it from being used when there's too little of players on
[*]Has a Hud Msg on Votes Required to start a global Vote
[*]Ability change !voteban to another players (but vote will be subtracted from old victim's data)
[*]Works 100%[/list]
+w00t if you like!
Installation
Extract the files to ROOT directory.
Add the following to the bottom of your autoexec.cfg:
[code]
es_load voteban2
[/code]
[color=red][b]REQUIRES:[/b] Playerlib Beta - http://forums.mattie.info/cs/forums/viewtopic.php?p=252143#252143[/color]
Version Notes For 1.1
Updated on: 2009-01-20 21:27:41 EST by Undead (View Zip Contents)
[size=18][b]MAJOR UPDATE[/b][/size]
[*]Fixed major bug not displaying all player's names in !voteban menu list
[*]Added a Hud Msg to display how many more votes are required before a Global Vote is sent to all
[*]Used alternative Player Count method *Thanks to SD
[*]Fixed the ability to use !voteban on the same player multiple times
[*]Allowed players to !voteban another player and will subtract a vote from the last victim's data
[*]...