VoidExpanse/scope-chat
Scope chat
Used to control chat messages.
Visibility: Global.
List of functions
| SendToAll | ||
|---|---|---|
| Arguments | Returns | Example |
|
void |
chat.SendToAll("dlirry", "Mwahahahaha");
|
| Description | ||
|
Sends message to all connected players. | ||
| SendToPlayer | ||
|---|---|---|
| Arguments | Returns | Example |
|
void |
chat.SendToPlayer("somePlayer", "dlirry", "Mwahahahaha");
chat.SendToPlayer("somePlayer", "Mwahahahaha");
|
| Description | ||
|
Sends message to specified player. | ||