03-26-2018, 09:13 AM
I need a structure Event 8
help me please
@PROGRAMMATOR
help me please
@PROGRAMMATOR
help me UDP3 I need a structure Event 8
|
03-26-2018, 09:13 AM
I need a structure Event 8
help me please @PROGRAMMATOR
03-26-2018, 04:07 PM
I need a structure Event
03-27-2018, 02:36 PM
(Сообщение последний раз редактировалось: 03-27-2018, 02:51 PM bmzproject.)
Yusqa Написал:https://pastebin.com/yPvUy1KqThank you my friend ^_^ Добавлено через 15 минут Yusqa Написал:https://pastebin.com/yPvUy1KqBut I need the right structure. Structural examples: [SRC="java"] if ((EventType & 0x01) > 0) { System.out.println("===================================================="); System.out.println("Action State"); System.out.println(" Condition 1 " + buf.readShort()); System.out.println(" Condition 2 " + buf.readShort()); System.out.println("===================================================="); remainvalue += 0x01; } [/SRC] I need the correct structure and complete. please help me T_T
03-27-2018, 04:19 PM
[SRC="csharp"]if (events.HasFlag(GameEventType.UseObject))
{ var count = reader.ReadByte(); for (var i = 0; i < count; i++) { var use = reader.ReadByte(); var obj = reader.ReadInt16(); // ... } events ^= GameEventType.UseObject; } [/SRC] |
« Предыдущая | Следующая »
|