/**************************************************************************
 *		Who, what, why, where, when, how?                         *
 * WHO?  Joe "Caveman" Noyes						  *
 * WHAT? plugin_cavey_warn.sma version 1.1                                *
 * WHY?  So I live on a LAN and people play on my server.  We have static *
 *       IPs so I wanted something that would log who was being lame.     *
 *       That is where this comes in. Admin_warn adds another warning to  *
 *       the user's details, if he gets too many strange things start to  *
 *       happen. Is colour co-ordinated too  :)                           *
 * WHERE?Oh yeah, we are in Exeter University.                            *
 *  	 - http://gosh.ex.ac.uk/~py99jan/                                 *
 * WHEN? This was last saved 03:19 19/06/2002                             *
 * HOW?	 To install this, compile the script and place it in the dlls     *
 *       directory in CStrike. Then add a line to the TOP of 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  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

03:19 19/06/2002 - Version 1.1
	Updated/re-written to work with AM 2.51.  EVerything now set via the 
	vault.

20:52 05/04/2002 - Version 1.0
	Major increase in version number.  Why?  Well now there is only one
	plugin and it runs differently depending on whether it is running on
	a LAN or on the net.  Nice huh?

18:22 21/03/2002 - Version 0.7 and 0.71
	Seeing as it will only issue a warning if you give a reason, this now
	puts the reason in the csay that anounces the warning.

02:39 10/03/2002 - Version 0.6a
	Fixed a bug in the ID version thta meant it banned by IP instead of
	ID.  Oooops.....

18:07 21/01/2002 - Version 0.6
	Added a readme. 

13:24 18/01/2002 - Version 0.5
	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.  Default settings
   should surfice though.

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_warn.amx add "addons/adminmod/scripts/plugin_cavey_warn.amx" to the the file. 

THIS PLUGIN HAS DEPENDENCIES!!!!!

plugin_dio_cs.sma from Dio for admin_bury command  - 
	URL = http://www.adminmod.org/ascript/plugin.php#3697991070

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