void ClientPrintAll( int msg_dest, string format, param1, string param2, string param3, string param4 ); <br><br> msg_dest is a hud message constant<br> format is like a printf format except use %s1, %s2 etc to reference the params<br>
Client Print All is used to send a message to every client which is displayed on their screen.
Beta 3.0
0@@