/************************************************************************** * Who, what, why, where, when, how? * * WHO? Joe "Caveman" Noyes * * WHAT? plugin_cavey_advfun.sma version 0.2 * * WHY? An edited and updated version of plugin_fun.sma which adds some * * extra colours to the glow function. It also allows an admin to * * force someone to glow when fun mode is off using * * "admin_glow [user] ". It also provides the capability to* * disable the filtering of the "say glow colour" command even when * * fun mode is on which means people who want to glow have to use * * "admin_glow colour" and stops open abuse of "say glow" * * WHERE?Oh yeah, we are in Exeter University. * * - http://gosh.ex.ac.uk/~py99jan/ * * WHEN? This was last saved 16:37 05/03/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 * * * **************************************************************************/ //////////////////////////// Changelog \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 16:37 05/03/2002 - Version 0.2 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. I recommend And I dont use linux, so no idea how to compile it on there, sorry :(