README.TXT
plugin_sank_chatmode
July 9, 2001
FOr AdminMod version 2.50e or newer.
http://www.adminmod.org

Files Included:
===============================================================================
README.TXT - This file.
plugin_sank_chatmode.sma - Plugin source.
plugin_sank_chatmode.amx - Compiled win32 version.
plugin_sank_chatmode_l.amx - Complied linux version.


Plugin Description:
===============================================================================

Instead of having to use the console when doing admin_chat, all you have to do
is bind a key to admin_chatmode. It works just like say. You type your text as
a chat message and it gets treated as an admin_chat message.

To use, bind a key to admin_chatmode with a command like this:
 bind "F2" "admin_chatmode"
Then, press F2 and type a message. What you type will be an admin_chat message.

The rest of the commands should be self-explanatory.


Plugin Commands:
===============================================================================

admin_chatmode
 Use the admin_chat command without having to use the console.
 Usage: bind a key to "admin_chatmode"
 Access required: ACCESS_SAY

admin_rconmode
 Do an rcon say command without having to use the console.
 Usage: bind a key to "admin_rconmode"
 Access required: ACCESS_RCON

admin_saymode
 Use the admin_say command without having to use the console.
 Usage: bind a key to "admin_saymode"
 Access required: ACCESS_SAY

admin_csaymode
 Use the admin_csay command without having to use the console.
 Usage: bind a key to "admin_csaymode"
 Access required: ACCESS_SAY

admin_rsaymode
 Use the admin_rsay command without having to use the console.
 Usage: bind a key to "admin_rsaymode"
 Access required: ACCESS_SAY

admin_ssaymode
 Use the admin_ssay command without having to use the console.
 Usage: bind a key to "admin_ssaymode"
 Access required: ACCESS_SAY

admin_tsaymode
 Use the admin_tsay command without having to use the console.
 Usage: bind a key to "admin_tsaymode"
 Access required: ACCESS_SAY
