When a player types !votekick, a popup will show up with a list of players to choose from. When a specific player is chosen to be vote kicked by atleast 50% of the total human players, a global vote will be made to finally determine if he should be kicked or not.
[b]Why use this specific Vote Kick Script?[/b]
[list][*]Uses the most recent ESP Commands
[*]Doesn't automatically send everyone a Vote to kick that player on first !votekick
[*]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 !votekick 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 votekick
[/code]
[color=red]REQUIRES: 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:03:54 EST by Undead (View Zip Contents)
[size=large][b]MAJOR UPDATE[/b][/size]
[*]Fixed major bug not displaying all player's names in !votekick menu list
[*]Allowed bots to be in the !votekick 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 !votekick on the same player multiple times
[*]Allowed players to !votekick another player and will subtract a vote from the last victim's data
[*]...