This script will overwrite the "Messaging.cs" file in Core folder.
If you have already edited that file for another script then add these lines manually.

Add the code below in "function onClientMessage( %cl, %msg, %type )"

	eval( "messageall( %cl, %msg );" );

Add the function below in "Messaging.cs"

	function messageall( %cl, %msg ) 
	{
		Event::Trigger( eventMessageAll, %cl, %msg );
	}


I also set this script to toggle by pressing "=" key.


Converted to 1.40 by DaJ4ck3L