[help] missing packages

Status
Not open for further replies.

justin1p

New Member
Apr 26, 2014
14
0
hello Devbest,

i have some missing packages , PRODUCTION-201802201205-141713395

client packet header:
public const int GetGroupForumsMessageEvent = -1;

Serverpacket header:
public const int GroupForumDataMessageComposer = -1;
public const int UnreadForumThreadPostsMessageComposer = -1;

can someone help me with it or have it ?
thnx ,
 

Hayd3n

peace.wtf
Jun 14, 2013
76
29
Try these

Incoming

PHP:
public const int GetGroupForumsMessageEvent = 1009;

Outgoing
PHP:
public const int GroupForumDataMessageComposer = 2835;
public const int UnreadForumThreadPostsMessageComposer = 3200;
 

justin1p

New Member
Apr 26, 2014
14
0
Try these

Incoming

PHP:
public const int GetGroupForumsMessageEvent = 1009;

Outgoing
PHP:
public const int GroupForumDataMessageComposer = 2835;
public const int UnreadForumThreadPostsMessageComposer = 3200;
im going to check it now , gimme 10 min
 
Try these

Incoming

PHP:
public const int GetGroupForumsMessageEvent = 1009;

Outgoing
PHP:
public const int GroupForumDataMessageComposer = 2835;
public const int UnreadForumThreadPostsMessageComposer = 3200;

incomming didnt work he said 1009 is alrddy used
outgoing worked !
 
Status
Not open for further replies.

Users who are viewing this thread

Top