IS PLP
From LFS Manual
Revision as of 11:23, 10 February 2026 by Bokujishin (talk | contribs) (Created page with "== Introduction == The '''PL'''ayer '''P'''its packet is sent by LFS when a player pits (Shift+P). {| class="wikitable" |+ IS_PLP packet properties |- ! Type !! Name !! Desc...")
Introduction
The PLayer Pits packet is sent by LFS when a player pits (Shift+P).
| Type | Name | Description |
|---|---|---|
| byte | Size | 4 |
| byte | Type | ISP_PLP |
| byte | ReqI | 0 |
| byte | PLID | player's unique id |
Packet Details
Size
The size of the packet is always 4 bytes.
Type
The packet type from the ISP_ enumeration, always ISP_PLP.
ReqI
ReqI is always equal to zero.
PLID
The player's unique ID.
Notes
When a player pits, their PLID is retained, and they will have the same one when rejoining.