ScriptEvent:sendQuickChat
From Mod Wiki
Parameters
entity sender -- Player sending the message. integer index -- Index of the quickChat to send. entity recipient -- Player to send the message to.
Result
None.
Supported By
sdSysCallThread
Comments
- If the sender is null, the message will show as coming from their team's high command.
- If the recipient is null, the message will be sent to everyone.
Functionality
Sends a quick chat message to the clients specified, from the client specified.