/************************************************************************** * Who, what, why, where, when, how? * * WHO? Joe "Caveman" Noyes * * WHAT? plugin_cavey_display.sma version 0.1 * * WHY? Another request. This takes Sharpsniper's say plugin with the * * extra colours and removes all the superfluous code. But why stop* * there? This also adds admin_rsay, a command which fades a csay * * from one colour into another. This lead on to fsay, a command * * that causes the csay to flicker between two colours and csgsay * * which acts very much like the csguard centersay that we all know * * and love. And for those who REALLY want to communicate in style, * * there are the pcsay and ptsay commands which allow you to send * * private messages to users through tsay and csay messages (only in* * yellow though) * * WHERE?Oh yeah, we are in Exeter University. * * - http://gosh.ex.ac.uk/~py99jan/ * * WHEN? This was last saved 10:08 28/04/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 * * * * Conceptual credits (Cavey made this, so dont pester these people, he * * just worked from their ideas) - * * * Sharpsniper - Original edit of the plugin_base whose colours I * * pinched * * * Bud-Froggy - Originally made an rsay plugin. I used his code as a * * basis but had to re-work it to make the rsay, fsay and csgsay * * code cool * **************************************************************************/ //////////////////////////// Changelog \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 10:07 28/04/2002 - Version 0.1a Due to an error in the AM .dll, this has to protect itself from use from the console. You CANNOT use CSGSay, fsay etc... from the console! 16:41 06/04/2002 - Version 0.1 Someone asked for the csguard style of centersay. Someone also asked for a private form of csay and tsay. Here is the combination of them all (and I threw in rsay and some extra colours for csay and tsay just for fun). //////////////////////////// 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 {moddir}, ie for plugin_cavey_display.amx add "addons/adminmod/scripts/plugin_cavey_display.amx" to the file. It MUST be ABOVE plugin_base.amx, if it is not, some of 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 :(