Updated 317 Send private message (mediawiki)

This commit is contained in:
Pure_ 2015-07-05 22:04:10 +01:00
parent e800432eec
commit c5494e5240
1 changed files with 17 additions and 1 deletions

View File

@ -18,4 +18,20 @@ Sends Message to another user.
=== Description ===
Sending messages to other users within the server.
Sending a private message to another user on the server.
=== Packet Structure ===
{|border=2
! Data Type
! Description
|-
| [[Data Types#Standard data types|Long]]
| Player name.
|-
| [[Data Types#Standard data types|Int]]
| ?
|-
| [[Data Types#Standard data types|Byte]]
| Player rights.
|-
|}