OnPlayerChat

From GTA Connected
Revision as of 01:19, 28 September 2019 by Mex (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

onPlayerChat

Signature: void onPlayerChat()

Usage: a player submits a chat message.
This excludes messages starting with a forward slash (the command character), where the command message is not displayed in the chat box

Parameters

Client client The client that submitted a chat message.
string message The chat message.

Return

void