rswiki-book/src/317/317-Send-private-message.md

20 lines
554 B
Markdown
Raw Permalink Normal View History

2018-10-13 09:48:41 -04:00
# Send Private Message
2018-07-03 00:31:18 -04:00
Sending a private message to another user on the server.
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Sending private message |
| Description | Send Message Sends Message to another user. |
| Opcode | 196 |
| Type | VARIABLE_SHORT |
| Length | N/A |
| Revision | 317 |
## Packet Structure
| Data Type | Description |
|--|--|
| [Long](/Data-Types.html#common-data-types) | Player name. |
| [Int](/Data-Types.html#common-data-types) | Global message counter. |
| [Byte](/Data-Types.html#common-data-types) | Player rights. |