/**************************************************************************
 *		Who, what, why, where, when, how?                         *
 * WHO?  Joe "Caveman" Noyes						  *
 * WHAT? plugin_cavey_page.sma version 0.1                                *
 * WHY?  ANother request, this plugin allows "normal" users to page the   *
 *       admins on the server with whatever ails them                     *
 * WHERE?Oh yeah, we are in Exeter University.                            *
 *  	- http://gosh.ex.ac.uk/~py99jan/                                  *
 * WHEN? This was last saved 02:00 16/01/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  \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

02:00 16/01/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_teleport, admin_userorigin and admin_stack,
   so just copy the lines and replace the commands. Then save the file to
   disk. At the top is a "#define DAILY_LOGS 0".  If it is set to 0, the 
   log will be kept in ONE file.  If it is set to 1, it will create a new 
   file every day with the name "Date-Month.log" in your Logs Directory.

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 plugin.ini in the addons/adminmod/config dir, ie for 
   plugin_cavey_page.amx add "addons/adminmod/scripts/plugin_cavey_page.amx" to the file. 
   If you do not put it above the plugin_base it will NOT work.

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