plugin_cavey_votemap.zip
| File name: | plugin_cavey_votemap.zip |
| File size: | 6.07 KB |
| Downloads this week: | 0 |
| Downloads total: | 12 |
| Date Added: | 06-16-2002 |
| Popularity: | 1% |
Short description:
/ * Who, what, why, where, when, how? * * WHO? Joe "Caveman" Noyes * * WHAT? A replacement for adminvotemap that allows more than one map * * nomination, plugincaveyvotemap.sma v1.3 * * WHY? Gazbo ran a server called Frog (long
/**************************************************************************
* Who, what, why, where, when, how? *
* WHO? Joe "Caveman" Noyes *
* WHAT? A replacement for admin_vote_map that allows more than one map *
* nomination, plugin_cavey_votemap.sma v1.3 *
* WHY? Gazbo ran a server called Frog (long story) and at the end of the*
* year he went back to the states with his girlfriend. Lots of 2nd *
* year students remembered his scripts, but they were never on the *
* adminmod plugins download page, so they are now back by popular *
* demand. *
* WHERE?Oh yeah, we are in Exeter University. *
* - http://guild.ex.ac.uk/netgamer *
* WHEN? This was last saved 13 December 2001, 13:22 *
* HOW? To install this, compile the script and place it in the dlls *
* directory in CStrike. Then add a line at the TOP of your *
* plugin.ini file that lists the compiled .amx. It MUST go at the *
* top so that it stops the original admin_vote_map from running. *
* 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 \\\\\\\\\\\\\\\\
13 December 2001, 13:22:26 - version 1.3
Added the ability for admins to CANCEL the map vote. If done
during nominations, it will not ask users for an opinion. If done
during the vote, it simply says the vote was canceled and ignores
the vote result.
09 December 2001, 17:35:22 - Version 1.2
Added the ability to deny the last N maps which won map votes. Note
that it does not include map changes in the map cycle. NOTE that
this can be disabled by defining REMEMBER_MAPS to 0.
08 December 2001, 15:53:41 - Version 1.1
Added check to see if map vote is allowed. If not, it delays the
map vote for a period of time. Reason for failing is if someone
votes for anything between nominations starting and the actual
vote. Should now work.
01 December 2001, 18:35:00 - Version 1.0
First fully working version. Allows nominations of maps for a
multiple map vote.
//////////////////////////// Quick tutorial \\\\\\\\\\\\\\
Installation
Win32
1) Place the uncompiled .sma in ../halflife/admin/scripting/myscripts.
2) Edit the #defined values at the top of the script to fit your needs.
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}/dlls directory.
6) Add the names of the plugins to the plguin.ini in the {moddir}, ie for
plugin_cavey_votemap.amx add "dlls/plugin_cavey_votemap.amx" to the file.
This entry MUST be ABOVE plugin_base so that this script gets called
instead of the original script.
7) In order to use the REMEMBER_MAPS function to limit the maps people can
vote for, "file_access_write" AND "file_access_read" MUST be set to 1
in the server.cfg. If you dont od this it wont work. (There is no need
to worry if you dont use the function). Also, the number of maps in the
lastmaps.ini MUST match the number on compilation. If you want it to
remember 5, there must be 5 originally in the file (it forgets one and
remembers one more each vote, so if there are 2 in there there will
always be 2).
And I dont use linux, so no idea how to compile it on there, sorry :(
* Who, what, why, where, when, how? *
* WHO? Joe "Caveman" Noyes *
* WHAT? A replacement for admin_vote_map that allows more than one map *
* nomination, plugin_cavey_votemap.sma v1.3 *
* WHY? Gazbo ran a server called Frog (long story) and at the end of the*
* year he went back to the states with his girlfriend. Lots of 2nd *
* year students remembered his scripts, but they were never on the *
* adminmod plugins download page, so they are now back by popular *
* demand. *
* WHERE?Oh yeah, we are in Exeter University. *
* - http://guild.ex.ac.uk/netgamer *
* WHEN? This was last saved 13 December 2001, 13:22 *
* HOW? To install this, compile the script and place it in the dlls *
* directory in CStrike. Then add a line at the TOP of your *
* plugin.ini file that lists the compiled .amx. It MUST go at the *
* top so that it stops the original admin_vote_map from running. *
* 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 \\\\\\\\\\\\\\\\
13 December 2001, 13:22:26 - version 1.3
Added the ability for admins to CANCEL the map vote. If done
during nominations, it will not ask users for an opinion. If done
during the vote, it simply says the vote was canceled and ignores
the vote result.
09 December 2001, 17:35:22 - Version 1.2
Added the ability to deny the last N maps which won map votes. Note
that it does not include map changes in the map cycle. NOTE that
this can be disabled by defining REMEMBER_MAPS to 0.
08 December 2001, 15:53:41 - Version 1.1
Added check to see if map vote is allowed. If not, it delays the
map vote for a period of time. Reason for failing is if someone
votes for anything between nominations starting and the actual
vote. Should now work.
01 December 2001, 18:35:00 - Version 1.0
First fully working version. Allows nominations of maps for a
multiple map vote.
//////////////////////////// Quick tutorial \\\\\\\\\\\\\\
Installation
Win32
1) Place the uncompiled .sma in ../halflife/admin/scripting/myscripts.
2) Edit the #defined values at the top of the script to fit your needs.
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}/dlls directory.
6) Add the names of the plugins to the plguin.ini in the {moddir}, ie for
plugin_cavey_votemap.amx add "dlls/plugin_cavey_votemap.amx" to the file.
This entry MUST be ABOVE plugin_base so that this script gets called
instead of the original script.
7) In order to use the REMEMBER_MAPS function to limit the maps people can
vote for, "file_access_write" AND "file_access_read" MUST be set to 1
in the server.cfg. If you dont od this it wont work. (There is no need
to worry if you dont use the function). Also, the number of maps in the
lastmaps.ini MUST match the number on compilation. If you want it to
remember 5, there must be 5 originally in the file (it forgets one and
remembers one more each vote, so if there are 2 in there there will
always be 2).
And I dont use linux, so no idea how to compile it on there, sorry :(







