
Version History:
  Oct  30, 2002,  9:50am -- Fixed typo which prevented it from working with AM 2.50.50
                              (changed a TAB to a SPACE, thanks to Reofspa)
  Sept 16, 2002,  4:30pm -- Now announces to CT's that the timer is randomized
  June 16, 2002, 12:30am -- Fixed bug with enable/disable and quiet commands
                              (thanks to "neuro" !!)
  May  26, 2002, 11:30pm -- Added admin_random_max and admin_random_min
  May  26, 2002, 11:00pm -- Fixed changing of the mp_c4timer cvar
  Feb  26, 2002,  1:30pm -- Fixed the Users array for proper dimensions (oops)
  Feb  25, 2002, 10:00pm -- Displays random fake cvar changes to hide the real one
  Feb  10, 2002,  4:00pm -- Clears the sonsole to hide the cvar change somewhat
  Jan  22, 2002,  9:30pm -- Automatically disables plugin on non-defuse maps
  Jan  20, 2002,  7:00pm -- Added ability to enable/disable timer announcement
  Jan  20, 2002, 12:40pm -- Original Version

This plugin will set the c4 timer (Counter-Strike only) to a random number
 from 15 to 90 seconds.  When a terrorist plants the bomb, he announces to his
 team how much time is left (in seconds) before the bomb explodes. Admins will
 be able to enable/disable this plugin with the command "admin_randomtimer"


Setup is simple... just make sure you have both LogD and AdminMod installed,
 place the appropriate amx file in your mod's dlls folder, then add it to your
 plugin.ini file.

Functions included:
   admin_randomtimer <1|on,0|off>: 1 or ON enables the randomizer, 0 or OFF disables it
   
   admin_random_quiet <1|on,0|off>: 1 or ON will prevent this plugin from announcing
                                    to all terrorists what the length of the timer is;
                                    default is set to 0, meaning it _will_ announce

   admin_random_max <MaxTimer>: Sets upper limit of timer to MaxTimer; changes take
                                place the round after the command is used
                                [Counter-Strike's upper limit is 90]

   admin_random_min <MinTimer>: Sets lower limit of timer to MinTimer; changes take
                                place the round after the command is used
                                [Counter-Strike's lower limit is 15]


To have the Max and Min values of the random timer fixed for the beginning of each
 map, you can add one or both of the following lines to your server.cfg file:

admin_random_max MaxTimer
admin_random_min MinTimer




Enjoy, and feel free to contact me with questions/comments!

/**************************************\
* Bill Bateman aka "HunteR"            *
* http://thepit.shacknet.nu/cs         *
* http://www.rit.edu/~wlb8622/plugins/ *
* huntercc@hotmail.com                 *
\**************************************/
