SendClientMessageToAll
The same line in everyone’s chat.
Syntax
Section titled “Syntax”SendClientMessageToAll(colour, text)| Parameter | Type | |
|---|---|---|
colour |
number | 0xRRGGBBAA |
text |
string | the line |
Returns
Section titled “Returns”nothing
Example
Section titled “Example”SendClientMessageToAll(COLOUR_YELLOW, string.format("%s wins the round!", GetPlayerName(winner)))See also
Section titled “See also”SendClientMessage · GameTextForAll · the Chat and commands group of the index
