Skip to content
David Skoland edited this page Feb 8, 2017 · 3 revisions

Health bars are often used in cases to keep track of penalties. There are two such bars, blue and red.

They are modified using packets with the HP header in the following format:

HP#n1#n2#%

n1

Valid arguments: 1, 2. Determines which bar should be modified. 1: blue. 2: red.

n2

Valid arguments: 0-10 Determines the state the bar should be set to, 0 is empty and 10 is full.

This packet is identical both client->server and server->client

Clone this wiki locally