2011-06-26 14:05:32 -04:00
|
|
|
[[Category Packet]]
|
|
|
|
[[Category Packet 317]]
|
|
|
|
{{packet|name=Report player|description=Sent when a player reports another player.|opcode=218|type=Fixed|length=8|revision=317}}
|
|
|
|
== Report Player ==
|
|
|
|
|
|
|
|
=== Description ===
|
|
|
|
|
|
|
|
This packet is sent when a player reports another player.
|
|
|
|
|
|
|
|
=== Packet Structure ===
|
|
|
|
{|border=2
|
|
|
|
! Data Type
|
|
|
|
! Description
|
|
|
|
|-
|
|
|
|
| [[Data Types#Standard data types|Long]]
|
|
|
|
| The players name as a long.
|
2012-12-01 02:47:48 -05:00
|
|
|
|-
|
|
|
|
| [[Data Types#Standard data types|Byte]]
|
|
|
|
| The rule that's being reported
|
|
|
|
|-
|
|
|
|
| [[Data Types#Standard data types|Byte]]
|
|
|
|
| Unknown - Sent as either 1 or 0 for a boolean client-side
|
2011-06-26 14:05:32 -04:00
|
|
|
|}
|