messageClient
messageClient
Signature: void messageClient(string message, Client client, [ int colour = COLOUR_LIME ])
Usage: add a message to the chat box for only one client
Parameters
- string message The message to display in the chat box.
- Client client The client to send the chat message to.
- int colour optional COLOUR_LIME The text colour for the message.
Return
void
On failure: void