/************************************************************************** * Who, what, why, where, when, how? * * WHO? Joe "Caveman" Noyes * * WHAT? plugin_cavey_vote911.sma version 1.01 * * WHY? Someone asked for it on the admin_requests forum. This plugin * * offers the ability to block the "vote" function, turn "vote"'s * * into "admin_vote_kick"'s or just allow it to run as normal while * * anouncing who cast the vote or any combination thereof. * * WHERE?Oh yeah, we are in Exeter University. * * - http://gosh.ex.ac.uk/~py99jan/ * * WHEN? This was last saved 12:18 14/04/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 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 12:18 14/04/2002 - Version 1.01 Added support for AM 2.51 and 2.50.29 07 January 2002, 14:23:58 - Version 1.0 First fully working beta version. //////////////////////////// Quick tutorial \\\\\\\\\\\\\\\\\\\\\\\\\\\\ Installation Win32 1) Place the uncompiled .sma in ../halflife/admin/scripting/myscripts. 2) Edit the .sma to include the functions you desire (see the code for details) 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 plguin.ini in the addons/adminmod/config dir, ie for plugin_cavey_vote911.amx add "addons/adminmod/scripts/plugin_cavey_vote911.amx" to the file. And I dont use linux, so no idea how to compile it on there, sorry :(