Edit on GitHub
This packet sends a message to be displayed through the public chat area of the lobby or a game room.
Aliases:
hsreina/pangya-server
: PLAYER_MESSAGE
eantoniobr/UGPangya
: PLAYER_CHAT
Name | Type | Summary |
---|---|---|
padding_a | bytes[4] | Likely padding. |
user_nickname | pstring | Local user's nickname |
chat_message | pstring | Message to send. $13 = apostrophes. Censoring is done client-side with $A8 (PangyaTH). |
meta:
id: gameservice_client_0003_message_send
title: GameService Client Message Send
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: padding_a
size: 4
- id: user_nickname
type: pstring
- id: chat_message
type: pstring