Scripting/Squirrel/Functions/ClientMessageToAll: Difference between revisions
Jump to navigation
Jump to search
This wiki is using an old backup from 2020
Some information may be old/missing
(Created page with "This function will send a coloured message to every player in the server. == Syntax == <pre>ClientMessageToAll( message, R, G, B )</pre> == Arguments == * ''string'' '''me...") |
No edit summary |
||
Line 8: | Line 8: | ||
* ''string'' '''message''' - The message to send | * ''string'' '''message''' - The message to send | ||
* '''R''' - The amount of red | * ''int'' '''R''' - The amount of red | ||
* '''G''' - The amount of green | * ''int'' '''G''' - The amount of green | ||
* '''B''' - The amount of blue | * ''int'' '''B''' - The amount of blue | ||
== Example == | == Example == |
Revision as of 21:00, 2 February 2014
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
This page needs an example. We will try our best to complete the wiki as soon as possible.