• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook pagefor updates, or we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.)

[HELP] PK Global Announcement, PK Display, Kill Time Display

Junior Spellweaver
Joined
Mar 23, 2020
Messages
122
Reaction score
19
Help meee
I merged Urban Kill Time Display or PK Global announcement Source to Glory Source i merged it and build it successfully i also added the gui and the textures but it wont appear does any one know how to activate it ?
 
Junior Spellweaver
Joined
Mar 23, 2020
Messages
122
Reaction score
19
I already added this . did i miss something?

in DxGlobalStage.cpp
case NET_MSG_GCTRL_UPDATE_PKWIN_BRD: case NET_MSG_GCTRL_UPDATE_PKLOSS_BRD:


and in NetGlobal.h
NET_MSG_GCTRL_UPDATE_PKWIN_BRD = (NET_MSG_GCTRL + 1848),NET_MSG_GCTRL_UPDATE_PKLOSS_BRD = (NET_MSG_GCTRL + 1849),

Check your NET MSG DxGlobalStage, NetGlobal.h
 
Upvote 0
Newbie Spellweaver
Joined
Nov 11, 2013
Messages
43
Reaction score
13
Check your GLCHAR.cpp if you have added this ReceivePkLossPoint(1,pCHAR->m_szName,m_szName,pCHAR->m_dwGaeaID);
 
Upvote 0
Junior Spellweaver
Joined
Mar 23, 2020
Messages
122
Reaction score
19
Thank you that fixed my problem :)



But it only shows on killer's window
Check your GLCHAR.cpp if you have added this ReceivePkLossPoint(1,pCHAR->m_szName,m_szName,pCHAR->m_dwGaeaID);
 
Last edited:
Upvote 0
Back
Top