messageClient
(Redirected from MessageClient)
Jump to navigation
Jump to search
Function
Server Only
Online and Offline
Available since Server 1.0.0
void messageClient(string message, Client client, [ int colour = COLOUR_LIME ])
The messageClient function is used to add a message to the chat box for only one client.
Parameters
1) | string | message | The message to display in the chat box. |
2) | Client | client | The client to send the chat message to. |
3) | int | colour | Optional, defaults to COLOUR_LIME. The text colour for the message. |
Return
void | This function doesn't return a value. |
Notes
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.
Related
Server Related
message
messageAllExcept
messageClient