- Added a new command "amx_rawsay" that sends an unformatted chat message to all players.
- Added a new command "amx_speak" that attempts to speak out a message using "vox/fvox" or play a sound to all players.
- Added a safety check for empty filenames set in the .ini file that prevents a server crash.
- Fixed $customname$ not working when sending a message via the server's console.
- Empty messages can no longer be sent by using spaces.
- Removed player/server name colors in (D)HUD/center/console messages.
- The server now shows in the logs if a command was issued through the server's console.
- amx_centersay messages now appear in the client's console same way (D)HUD ones do.
- Enabled "amx_teamsay" and colorchat support for Counter-Strike: Condition Zero.
- Added a new setting "NEWLINE_SHORTCUT". When this shortcut is added in a message, it will move the text on a new line.
To update from the previous version you only need to update crx_adminchat.sma/amxx and add the new setting in AdminChat.ini:
Code:
# Using this in a message will transfer it on the next line.
NEWLINE_SHORTCUT = !n
__________________