There are 2 main problems people have. One is enabling the plugin, and the other is a 'Reliable Channel Overflow' error. Both are easily avoided. The plugin is disabled by default. This is so people can install the plugin, but they don't have to activate it until they're ready.
To install/enable it:
Create a SMALL motd.txt file (use/edit the one provided if desired) and place it in your mod's root folder (ex: \cstrike\).
Add the CVars to a cfg file (most use the amxx.cfg file). Ex:
redirect_enable "1"
redirect_ip "12.34.56.78"
redirect_port "27015"
Then, restart your server and change the map. If you can't restart the server, then just change the map twice (once to initialize the plugin and CVars, and once to recognize the CVar changes from default [because the cfg is read AFTER the plugin_init]).
The 'overflow' error occurs because the MOTD.txt file is too big. Keep this file to a minimum. Use the example in the 1st post.
Remember, a MOTD.txt file is required.
__________________
=====================================
- My Plugins -
=====================================