messageClient

From GTA Connected
Revision as of 15:16, 24 August 2019 by Mex (talk | contribs) (Mex moved page MessageClient to messageClient)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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