/**************************************************************************
 *		Who, what, why, where, when, how?                         *
 * WHO?  Joe "Caveman" Noyes						  *
 * WHAT? plugin_cavey_tsay.sma version 0.1 ( Versions A through C )       *
 * WHY?  A request from the forums. This series of plugins replace the    *
 *       admin_tsay command.                                              *
 *       Version A - Simply puts the user/admins name at the start of the *
 *                   tsay                                                 *
 *       Version B - As A but the name is only included if the player has *
 *                   access to ACCESS_CHAT                                *
 *       Version C - This sends the message as a "say" message to admins  *
 *                   with access to ACCESS_CHAT.                          *
 * WHERE?Oh yeah, I am in Exeter University.                              *
 *  	- http://gosh.ex.ac.uk/~py99jan/                                  *
 * WHEN? This was last saved 14:53 30/03/2002                             *
 * HOW?	 To install this, compile the script and place it in the dlls     *
 *       directory in CStrike. Then add a line to your plugin.ini file    *
 *       that lists the compiled .amx.                                    *
 * 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  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

14:53 30/03/2002 - Version 0.1
	First fully working version.

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

Installation

Win32 

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

2) Edit the .sma to include the commands you wish to monitor.  I have 
   included lines for admin_vote_map, admin_vote_kick and admin_vsay.  In
   order to have this ignore a vote type simply remove the lines you do not
   require.
   HOWEVER, it should be noted that this script is NOT compatible with MY
   multiple admin_vote_map and the multiple-vsay script as featured on the 
   adminmod page.  It can, however, be used to cover any vote that has a 
   yes/no choice.

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 addons/adminmod/config dir, ie for 
   plugin_cavey_funkyvote.amx add "addons/adminmod/scripts/plugin_tsay.amx" to the
   file. The placement of this plugin IS important, it must be ABOVE any
   script that contains a command it monitors.  By default, this is just 
   the plugin_base, but if you use my vote_kick plugin you will need to
   put this above that too.  If this script does not start when you run 
   the monitored command, this is probably the problem.

And I dont use linux, so no idea how to compile it on there, sorry :(
