-----------------------
PLUGIN ADMIN MENU
-----------------------

-----------------------
* Aufgabe des Plugins:
-----------------------

Das Plugin beinhalted alle Befehle, die eine Nachricht im Spiel
anzeigt. Auch sind alle Befehle aus dem damaligen plugin_chat in
dieses Plugin integriert worden.

Zustzlich bietet es die Mglichkeit, wenn man in addons/adminmod/config
eine admin_motd.txt anlegt, diese mit verschiedenen Textnachrichten
zu fllen, welche dann zufllig nach der admin_repeat_freq ausgelesen
und die Nachricht im Spiel als Centersay angezeigt wird.

-----------------------
* Installation:
-----------------------

In der adminmod.cfg sind folgende Einstellungen zu betrachten:

- admin_connect_msg "Welcome to the Real World..."
  Die Nachricht, die dem Spieler als erstes angezeigt wird, nach dem er
  auf dem Server connectet ist.

- admin_repeat_freq XX
  Wie oft die Anzeigen nacheinander folgen sollen.

- admin_repeat_msg "This server is using Admin Mod"
  Hier kann man eine einzelne Nachricht festlegen, wenn man die
  admin_motd.txt nicht verwenden will.

- file_access_read 1
  Wenn man die Option der admin_motd.txt nutzen will

- pretty_say 1
  Damit die Centersay Nachrichten mehr Effekte haben

-----------------------
* Befehle:
-----------------------

admin_chat <msg>: Shows message only to other admins.
admin_csay [color] <msg>: Shows message in center of screen.
admin_dmesg <idtype> <userid> <message>: Direct message
admin_psay <target> <msg>: Sends a private msg to target.
admin_say <msg>: Shows a message from you as admin.
admin_ssay <msg>: Shows a message admin without identification.
admin_tsay [color] <msg>: Prints msg on lower left of screen.
admin_motd: Displays a MOTD style window on the client with a msg of your choice.
admin_set_timeleft <on/off>: enables/disables say ^"timeleft^" in chat.
admin_set_nextmap <on/off>: enables/disables say ^"nextmap^" in chat.
admin_messagemode <command>: Will treat 'say' as command.
admin_nomessagemode: Will treat 'say' as 'say'.
say currentmap: Will respond with the current map's name.
say timeleft: Will respond with the time left.
say nextmap: Will respond with the next map in the cycle.

