Scripting/Squirrel/Functions/ClientMessageToAll

This wiki is using an old backup from 2020
Some information may be old/missing
This function will send a coloured message to every player in the server.
Syntax
ClientMessageToAll( message, R, G, B )
Arguments
- string message - The message to send
- int R - The amount of red
- int G - The amount of green
- int B - The amount of blue
Example
