/********************************************* *******
*
* Name: M2's Spy Disguise Speed Adjustor (Spy Speed)
* Editor: hlstriker
* Version: 1.1
* Date: 9-9-07
* E-mail: [email protected]
* Website: www.killmachine.com
*
* Description:
* Spies take the speed of the class they are disguised as.
*
* Commands:
* - amx_spyspeed <1|0> [REQUIRES ADMIN_RCON FLAG]
*
* Command Details:
* - amx_spyspeed will enable/disable the plugin.
*
* CVARs:
* - m2_spyspeed <1|0> - enables/disables the plugin (default enabled)
*
* Notes:
* - If "sv_maxspeed" is not set to "400" automatically, it must be manually set (i.e: in server.cfg).
* - This plugin may conflict with other plugins that deal with setting client speeds.
* - This code uses a lot of braces to make it easier to read the comments.
*
* Special Thanks:
* - hlstriker, for fixing up the code to make it more efficient and bug-free than my original!
*
* Changelog:
* - 1.0: Initial release
* - 1.1: Removed generic respawn speed and made it to that of which class the player chose
*
********************************************* *******/
Last edited by M249-M4A1; 09-09-2007 at 16:06.
Reason: Update: v1.1