Help meeeI 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 ?
Help meeeI 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 ?
Check your NET MSG DxGlobalStage, NetGlobal.h
I already added this . did i miss something?
in DxGlobalStage.cppcase NET_MSG_GCTRL_UPDATE_PKWIN_BRD: case NET_MSG_GCTRL_UPDATE_PKLOSS_BRD:
and in NetGlobal.hNET_MSG_GCTRL_UPDATE_PKWIN_BRD = (NET_MSG_GCTRL + 1848),NET_MSG_GCTRL_UPDATE_PKLOSS_BRD = (NET_MSG_GCTRL + 1849),
Check your GLCHAR.cpp if you have added this ReceivePkLossPoint(1,pCHAR->m_szName,m_szName,pCHAR->m_dwGaeaID);
Last edited by tatsuya023; 07-04-20 at 08:59 AM.