function sendMessageToAll (server-side)
Available since version: 0.3.0
Send a colored chat message to all connected players.
Declaration
bool sendMessageToAll(int r, int g, int b, string text)
Parameters
intr: Red component (0-255).intg: Green component (0-255).intb: Blue component (0-255).stringtext: Message text to send.
Returns bool
True on success.