/***************************************************************************
 * plugin_belloq_timerem1b.sma
 * Author: belloq
 * Version: 1.0b
 * Date: September 26, 2001
 * Last Updated: August 26, 2002
 *               Added 10-second and 25, 30, and 40-minute reminders
 *
 * This plugin is a slight re-write of the timerem plugin. Timerem has a few 
 * bugs related to getting the current time left on a map and dealing with 
 * trying to execute commands to bots.
 *
 ***************************************************************************/

This is my first attempt at a plugin, so modifying an existing one seemed the 
easy way to go.

As it says above, plugin_belloq_timerem1 is a slight modification of the 
existing timerem plugins which I have tested for several days now without 
any signs of crashing while using RealBot and PODBot. The typical error 
message with the timerem plugins & bots is the server crash with this error:

SZ_GetSpace tryed to write to a unazlizted size_buf_t: ???

I've not attempted to find out exactly why the error happens, but I think my 
timerem plugin "fixes" it so it occurs much less often.

In the plugin_init() function, comment out or uncomment out specific timer function
calls to suit your needs. If you want to add another reminder time which is not
included, create a new reminder function using an existing function, change it
to remind with the appropriate data and add the function call to the plugin_init
function, with the appropriate number of seconds.

If you don't need more reminders, you don't need this file. If you want to add more,
you have to do a little work as described above.

To recompile the .sma file you have edited as described above, you must bring up 
a command prompt window. Change directory to the myscripts directory (where you 
should have unzipped the original zip file), and type: "compile plugin_belloq_timerem1.sma".
Your new amx file is in the mybinaries folder. Copy it to cstrike/dlls and start 
your server.


/**
 * Version History
 **/

1.0b
 - Due to several requests, I added several more reminder points at 10-seconds,
   25, 30 and 40-minutes. No other code has been changed.
 - By default, the 30-second, 1, 3, 5, 10, and 15 minute reminders are enabled
 - Users must uncomment wanted reminder functions and recompile to get more reminders


0.90.b
 - First version for me based on existing timerem plugins

Email comments & suggestions to rbelloq@hotmail.com
