02-15-2016, 06:06 AM
Anyway help me with the structure from PROTOCOL_BASE_GET_USER_INFO_ACK
Hex Data with notes info please or the structure same
Hex Data with notes info please or the structure same
PROTOCOL_BASE_GET_USER_INFO_ACK
|
02-15-2016, 06:06 AM
Anyway help me with the structure from PROTOCOL_BASE_GET_USER_INFO_ACK
Hex Data with notes info please or the structure same
02-16-2016, 08:08 PM
I haven't studied the structure yet. Look what I have:
[SRC="csharp"]// EventInfo ... WriteUInt32(account.Matches); WriteUInt32(account.Victory); WriteUInt32(account.Defeat); WriteUInt32(account.Draw); WriteUInt32(account.Kills); WriteUInt32(account.HeadShots); WriteUInt32(account.Death); WriteUInt32(account.Victory); WriteUInt32(account.Kills); WriteUInt32(account.Abort); WriteUInt32(account.Matches); WriteUInt32(account.Victory); WriteUInt32(account.Defeat); WriteUInt32(account.Draw); WriteUInt32(account.Kills); WriteUInt32(account.HeadShots); WriteUInt32(account.Death); WriteUInt32(account.Victory); WriteUInt32(account.Kills); WriteUInt32(account.Abort); WriteUnicode(account.Nickname, AccountModel.ACCOUNT_NICKNAME_LENGTH); WriteUInt32(account.Rank); WriteUInt32(account.Rank); WriteUInt32(account.Point); WriteUInt32(account.Exp); WriteUInt32(0); WriteByte(1); WriteInt64(account.NewbieGuideIsDone); // ClanInfo ... [/SRC] |
« Предыдущая | Следующая »
|
Возможно похожие темы ... | |||||
Тема | Автор | Ответы | Просмотры | Последний пост | |
PROTOCOL_BASE_GET_USER_INFO_ACK | 19 | 4,152 |
01-26-2018, 04:39 PM Последний пост: Boris2105 |
||
PROTOCOL_BASE_GET_USER_INFO_ACK | 8 | 2,278 |
04-22-2016, 08:31 PM Последний пост: PROGRAMMATOR |
||
PROTOCOL_BASE_GET_USER_INFO_ACK | 2 | 1,761 |
02-13-2016, 09:54 PM Последний пост: Aluucard |