/************************************************************************************************** *** Plugin_LogD_Redirect *** by [HDK]DragonReborn *** [11-03-2001][v1.1] *** *************************************************************************************************** * * Instructions * ------------ * - *** Requires LogD *** * -Just compile this file and put in your dlls folder for server * (ex. c:\sierra\half-life\cstrike\dlls) * -Then in the plugin.ini file add this line at the bottom: dlls/plugin_logd_redirect.amx * -Makes any connecting users during a full server get redirected to the IP specified below * -On by default at every map change, so change Request =1 to Request = 0 if you don't want that * * _________________________________________________________________________________________________ * Commands * -------- * - admin_redirect <1/0> : turns redirect on/off * * -This plugin will not redirect those with ACCESS_IMMUNITY. * -I used this with NO reserved slots on server. This plugin compares current PlayerCount to * Server Maxplayers. If they are equal and the player does not have ACCESS_IMMUNITY, the player * is routed to the specified server IP and port upon the server reporting "Player entered * the game". This is generally right when the player will start to see the map come on screen, * right before the MOTD or the map briefing. * * _________________________________________________________________________________________________ * ChangeLog * --------- * -NEW to 1.1 * -Added ability to turn redirect on/off in game using: * admin_redirect <1/0> * **************************************************************************************************/