|
InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
Admin Command Report - any user typed an admin command. More...
#include <ispackets.h>
Data Fields | |
| byte | Size |
| 72 | |
| byte | Type |
| ISP_ACR. | |
| byte | ReqI |
| 0 | |
| byte | Zero |
| byte | UCID |
| connection's unique id (0 = host) | |
| byte | Admin |
| set if user is an admin | |
| byte | Result |
| 1 - processed / 2 - rejected / 3 - unknown command | |
| byte | Sp3 |
| char | Text [64] |
Admin Command Report - any user typed an admin command.
Definition at line 1137 of file ispackets.h.
| byte IS_ACR::Admin |
set if user is an admin
Definition at line 1145 of file ispackets.h.
| byte IS_ACR::ReqI |
0
Definition at line 1141 of file ispackets.h.
| byte IS_ACR::Result |
1 - processed / 2 - rejected / 3 - unknown command
Definition at line 1146 of file ispackets.h.
| byte IS_ACR::Size |
72
Definition at line 1139 of file ispackets.h.
| byte IS_ACR::Sp3 |
Definition at line 1147 of file ispackets.h.
| char IS_ACR::Text[64] |
Definition at line 1149 of file ispackets.h.
| byte IS_ACR::Type |
ISP_ACR.
Definition at line 1140 of file ispackets.h.
| byte IS_ACR::UCID |
connection's unique id (0 = host)
Definition at line 1144 of file ispackets.h.
| byte IS_ACR::Zero |
Definition at line 1142 of file ispackets.h.
1.7.6.1