InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
Conn Player Rename. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
36 | |
byte | Type |
ISP_CPR | |
byte | ReqI |
0 | |
byte | UCID |
unique id of the connection | |
char | PName [24] |
new name | |
char | Plate [8] |
number plate - NO ZERO AT END! |
Conn Player Rename.
Definition at line 1391 of file ispackets.h.
char IS_CPR::Plate[8] |
number plate - NO ZERO AT END!
Definition at line 1399 of file ispackets.h.
char IS_CPR::PName[24] |
new name
Definition at line 1398 of file ispackets.h.
byte IS_CPR::ReqI |
0
Definition at line 1395 of file ispackets.h.
byte IS_CPR::Size |
36
Definition at line 1393 of file ispackets.h.
byte IS_CPR::Type |
Definition at line 1394 of file ispackets.h.
byte IS_CPR::UCID |
unique id of the connection
Definition at line 1396 of file ispackets.h.