/* plugin_votealltalk.sma created 07/30/03 by Argus - tested and compiled for AdminMod v2.50.56 */

/* This is just a fun little plugin for when a bunch of friends are playing and want to taunt
each other if there are no admins around to turn alltalk on.  It turns alltalk on and off by vote. */

/* For Win32 servers, to install unzip into your ...\AdminMod\scripting\myscripts\ directory
Double-click the compile_all.bat file.  A small DOS window should come up.  Ensure there are
no warnings or errors.  Look in your ...\AdminMod\scripting\mybinaries\ directory and you will
see a file called plugin_votealltalk.amx */

/* For Win32 servers, upload the file to your ...\addons\adminmod\scripts\ directory.  Next, in your
...\addons\adminmod\config\ directory you must add the plugin location to the plugin.ini file.  Add
this line <addons/adminmod/scripts/plugin_votealltalk.amx>.  That's it installed. */

/* For linux servers you need to compile with a suitable unix compiler, you can find a link to one
on the AdminMod site, or if you are renting a server, the easiest thing to do is install AdminMod
for Win32 systems on your machine and compile it in Windows.  Download an amx converter from the a
link you will find on the adminmod site and convert the .amx file from the win32 format to the linux
format.  Then upload it to your server following the instructions above. */

/* To use the plugin, in the console type admin_vote_alltalk.  This will start a vote to enable
alltalk.  It can also be used to turn off alltalk in the same manner.  I suggest you add the
cvar sv_alltalk 0 to your server.cfg so when the map changes it defaults back to off.  */

/* Enjoy! */
