Reply to thread

Please wait while I perform the analysis.

If I've found the solution I will public it in this thread.

Have a nice day!

[doublepost=1519923633,1519801210][/doublepost]IMPORTANT!

Change this packets:

[CODE]

TradingCompleteMessageComposer

TradingFinishMessageComposer

RoomNotificationMessageComposer

BubbleNotificationMessageComposer

[/CODE]

with this IDs

[CODE]

public const int TradingCompleteMessageComposer = 2009;

public const int TradingFinishMessageComposer = 468;

public const int RoomNotificationMessageComposer = 1469;

public const int BubbleNotificationMessageComposer = 1469;

[/CODE]



Top