/************************************************************************** * Who, what, why, where, when, how? * * WHO? Joe "Caveman" Noyes * * WHAT? plugin_cavey_funkyvote.sma version 0.1 * * WHY? A request from the forums. This gives a funky realtime update on * * what is winning the vote, how long is left etc.... Tags vsay, * * vote_kick and vote_map * * WHERE?Oh yeah, we are in Exeter University. * * - http://gosh.ex.ac.uk/~py99jan/ * * WHEN? This was last saved 23:31 01/03/2002 * * HOW? To install this, compile the script and place it in the dlls * * directory in CStrike. Then add a line to 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 \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ 23:32 01/03/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 included lines for admin_vote_map, admin_vote_kick and admin_vsay. In order to have this ignore a vote type simply remove the lines you do not require. HOWEVER, it should be noted that this script is NOT compatible with MY multiple admin_vote_map and the multiple-vsay script as featured on the adminmod page. It can, however, be used to cover any vote that has a yes/no choice. 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 {moddir}, ie for plugin_cavey_funkyvote.amx add "addons/adminmod/scripts/plugin_cavey_funkyvote.amx" to the file. The placement of this plugin IS important, it must be ABOVE any script that contains a command it monitors. By default, this is just the plugin_base, but if you use my vote_kick plugin you will need to put this above that too. If this script does not start when you run the monitored command, this is probably the problem. And I dont use linux, so no idea how to compile it on there, sorry :(