/**************************************************************************
 *		Who, what, why, where, when, how?                         *
 * WHO?  Joe "Caveman" Noyes						  *
 * WHAT? A replacement for admin_vote_map that allows for the map vote to *
 *       be canceled, plugin_cavey_standardvotemap.sma v1.0               *
 * WHY?  Someone asked for it on the AdminMod requests forums             *
 * WHERE?Oh yeah, we are in Exeter University.                            *
 *  	- http://guild.ex.ac.uk/netgamer                                  *
 * WHEN? This was last saved 17 December 2001, 22:05                      *
 * HOW?	 To install this, compile the script and place it in the dlls     *
 *       directory in CStrike. Then add a line near the TOP of your       *
 *       plugin.ini file that lists the compiled .amx.  It MUST go at the *
 *       top so that it stops the original vote functions in PLUGIN_BASE  *
 *	 from running.                                                    *
 * Help! ICQ me on 70710878 with any bugs and issues.  I will NOT help    *
 *       compiling or installing this plugin beyond this text file as it  *
 *	 is all included on 						  *
 * 	- www.adminmod.org 						  *
 * 	 or in this file.  Enjoy ;)					  *
 * 	 								  *
 * 	 Caveman							  *
 **************************************************************************/

////////////////////////////  Changelog  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

17 December 2001, 22:05:09 - Version 1.1
	Changed admin_cancelmapvote to admin_cancel_vote.  It now cancels
	vsay, vote_kick and vote_maps with one function.

01 December 2001, 18:35:00 - Version 1.0
	Added the admin_cancelmapvote function and removed all none 
	associated functions from plugin_base to make this.

////////////////////////////  Quick tutorial  \\\\\\\\\\\\\\\\\\\\\\\\\\\\

Installation

Win32 

1) Place the uncompiled .sma in ../halflife/admin/scripting/myscripts.

2) Edit the #defined values at the top of the script to fit your needs.

3) Doubleclick the compile_all.bat 

4) Find the ../halflife/admin/scripting/mybinaries directory and copy the 
   .amx files. 

5) Paste the .amx files into the ../halflife/{moddir}/addons/adminmod/scripts directory. 

6) Add the names of the plugins to the plguin.ini in the {moddir}, ie for 
   plugin_cavey_cancelvote.amx add "addons/adminmod/scripts/plugin_cavey_cancelvote.amx" to 
   the file. This entry MUST be ABOVE plugin_base so that this script gets
   called instead of the original script.

7) Enjoy

And I dont use linux, so no idea how to compile it on there, but if you are
using Linux, you probably know better than I, sorry :(
