

           This plugin must be the FIRST or at least before the base 
       or adminmod default plugins in your PLUGIN.INI or it wont work.


/***********************************************************************
 * plugin_ejl_limitcommands.sma    version 1.4   October 26/2002
 *  By:  Eric Lidman	Alias: Ludwig van      ejlmozart@hotmail.com
 *  Upgrade: http://lidmanmusic.com/cs/plugins.html  
 *
 * This plugin limits commands without modifying the base plugins. It
 *  sets the intervals at which the following commands can be issued
 *  as well as how many times during a map they can be issued:
 *
 *  admin_vote_map   admin_vote_kick
 *  admin_stack      admin_godmode		
 *  admin_llama      admin_noclip
 *  admin_bury       admin_teleport 
 *  admin_slay       admin_matrix
 *  admin_slap       admin_gravity
 *  admin_mslap      admin_lineup
 *
 * The time and count values are set below. You can modify them to your
 *  liking. Times are in seconds. It a time is set for 100000 or more,
 *  that is the same as saying the command is forbidden. The counts can
 *  also be modified to whatever you want.
 * 
 * Admins with immunity as part of their access are exempt from the
 *  limits and also do not use up commands or trigger the timelimits on
 *  commands.
 *
 * With each failed attempt at a command, the time remaining until the 
 *  next allowed command of that type is displayed in the console.
 *
 **********************************************************************/