Das sind die adminsay Sachen wofür man natürlich als Admin eingetragen sein muss und das Recht ADMIN_CHAT (AccessFlag i) haben muss
amx_say <message> Sends a message to all players through normal say.
amx_chat <message> Sends a message to all admins through normal chat.
amx_psay <name or #userid> <message> Sends a private message to a player.
amx_tsay <color> <message> Sends a left side HUD message to all players.
amx_csay <color> <message> Sends a center HUD message to all players.
Und das für die Texte einblenden:(findet man in der amxx.cfg unter /addons/amxmodx/configs)
// Frequency in seconds and text of scrolling message
amx_scrollmsg "Welcome to %hostname% -- This server is using AMX Mod X" 600
// Center typed colored messages (last parameter is a color in RRRGGGBBB format)
amx_imessage "Welcome to %hostname%" "000255100"
amx_imessage "This server is using AMX Mod X\nVisit
http://www.amxmodx.org" "000100255"
// Frequency in seconds of colored messages
amx_freq_imessage 180