All Chat v1.1

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...





Cvars:

*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.

Change Log:

Key (+ added | - removed | f fixed | c changed)

v1.1 (Aug 14, 2007)

+: Cvar ac_hidestatus to show/hide dead/spec status.
+: Cvar ac_teamchat to enable/disable all chat for team chat.

v1.0.1 (June 28, 2007)

f: Replicated messages are now correctly collored based on admin flag.

v1.0 (June 26, 2007)

!: Complete rewrite.
f: No longer interferes with other plugins.

v0.5 (June 21, 2007)

+: Tracking cvar.
c: Uses cvar pointers now.

v0.4 (??? ??, 2006) by Ian Cammarata & Dontask

f: Blocking text messages conataining only spaces.

v0.3 (June 23, 2006) by Ian Cammarata & Dontask

+: 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.

v0.2.1 (??? ??, 2006) by Ian Cammarata & Dontask

f: Fixed formatting color issues.

v0.2 (??? ??, 2006) by Ian Cammarata & Dontask

r: Admins name displayed in team color, message text displayed green.
+: Displays dead status.
+: Added cvar sv_allchat to enable allchat without alltalk enabled.

v0.1 (April 04, 2006)

!: Initial release