/************************************************************************** * Who, what, why, where, when, how? * * WHO? Joe "Caveman" Noyes * * WHAT? plugin_cavey_psay.sma version 0.1 * * WHY? Another request, this plugin allows you to private csay/tsay to * * anyone on the server * * WHERE?Oh ahh... * * - http://gosh.ex.ac.uk/~py99jan/ * * WHEN? This was last saved 21:02 28/01/2002 * * HOW? To install this, compile the script and place it in the dlls * * directory in CStrike. Then add a line to the 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 * * * * Credits : * * * Dio - Informing me of the changes to messageex * **************************************************************************/ //////////////////////////// Changelog \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 13:00 23/02/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 tried to make the #define options as obvious as possible 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, ie for plugin_cavey_psay.amx add "addons/adminmod/scripts/plugin_cavey_psay.amx" to the file. It MUST be ABOVE plugin_base.amx, if it is not, it will NOT work! Other than that, its position is unimportant. And I dont use linux, so no idea how to compile it on there, sorry :(