08/14/2007
AGPLv3
I have retired this project and am no longer actively working on it.
Download:
Get it from the AMXX project page:
http://forums.alliedmods.net/showthread.php?t=56825
Description:
This plugin does for chat what sv_alltalk does for voice. Dead and alive and spectating players can all see each others chat messages. Team chat is still only visible among your team, but with no regard for whether you are dead or alive. By default this plugin works depending on whether or not sv_alltalk is on. It can be forced to be on all the time, as well as setting custom colors for messages that come from admins.
See it in Action:
Use the following link to find a server that's running this plugin:
http://www.game-monitor.com/search.php?search=allchat_version&type=varia...
*First value is default
sv_allchat <1|2|0>
1 - Dependent on sv_alltalk
2 - Always active
0 - Disabled
ac_namecolor <0|1|2>
ac_msgcolor <1|2|0>
0 - Team color
1 - Green
2 - White
ac_hidestatus <0|1>
0 = Show dead/spec status.
1 = Hide status.
ac_teamchat <0|1>
0 = Dead and living can't team chat.
1 = Dead and living can team chat.
Key (+ added | - removed | f fixed | c changed)
+: Cvar ac_hidestatus to show/hide dead/spec status.
+: Cvar ac_teamchat to enable/disable all chat for team chat.
f: Replicated messages are now correctly collored based on admin flag.
!: Complete rewrite.
f: No longer interferes with other plugins.
+: Tracking cvar.
c: Uses cvar pointers now.
f: Blocking text messages conataining only spaces.
+: Added multiple values to sv_allchat. See details in Cvar section.
+: Added cvar ac_namecolor to change the color displayed on admins names.
+: Added cvar ac_msgcolor to change the color displayed on admins msgs.
+: Added colored messages even if sv_allchat is set to 1 while alltalk is set to 0.
+: Added equivalent functionality for team say.
f: Fixed formatting color issues.
r: Admins name displayed in team color, message text displayed green.
+: Displays dead status.
+: Added cvar sv_allchat to enable allchat without alltalk enabled.
!: Initial release