/************************************************************************** * Who, what, why, where, when, how? * * WHO? Joe "Caveman" Noyes * * WHAT? plugin_cavey_kickvote.sma version 0.92 * * WHY? Another request, this plugin alerts an admin if someone was * * kicked from the server recently and has rejoined under a * * different name. The memory works by WonID and the original * * concept came from Psychosis' edited plugin_base. * * WHERE?Oh yeah, we are in Exeter University. * * - 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 * * * * Conceptual credits (Cavey made this, so dont pester these * * people, he just worked from their ideas) - * * * -=[KS]=-BoogeyMan - The kicking if the vote fails idea and * * providing a test bed for the plugins. * * -=KILLINGSPREE=- East 208.254.40.71:27015 * * -=KILLINGSPREE=- West 65.200.206.60:27015 * * * Alfred Reynolds (Adminmod, plugin_base.sma) - Generally * * * DaRope - Ditto * * * Psychosis (plugin_psychosis_base.sma) - The original idea. * **************************************************************************/ //////////////////////////// Changelog \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 13:47 06/04/2002 - Version beta 0.91 Fixed the bugs in WonID version, unchanged the colours in the kick menu. PLEASE note that this is STILL beta!!!! 13:47 06/04/2002 - Version beta 0.91 Fixed the bugs, changed the colours in the kick menu. 22:25 05/04/2002 - Version beta 0.9 COMPLETELY recoded this one. Should keep a "kicked.ini" containing all the people that have been kicked. Feedback is appreciated. 20:40 15/02/2002 - Version 0.75 Added the lines that make it anounce who activated the vote kick... 12:52 09/02/2002 - Version 0.74b Finally works. 21:02 28/01/2002 - Version 0.7 Added the ability to let admins reset the functions memory. 00:04 28/01/2002 - Version 0.6 Added the ability to let admin_vote_kick kick the person who starts an unsuccesful vote, so people had better make sure who they vote for deserves to be kicked! Also added the ability to cancel a kick vote, which is nice..... 21:12 27/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. 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_kickvote.amx add "addons/adminmod/scripts/plugin_cavey_kickvote.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 :(