messageAllExcept

Revision as of 15:16, 24 August 2019 by Mex (talk | contribs) (Mex moved page MessageAllExcept to messageAllExcept)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

messageAllExcept

Signature: void messageAllExcept(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 not send the chat message to.
int colour optional COLOUR_LIME The text colour for the message.

Return

void

On failure: void