I already edit GLCharMsg.cpp to the level that i want but its not working ingame help
Code:CString strTEXT; if( m_wLevel >= 175 ) { strTEXT.Format ( "Congratulations to '%s' Great Achievement Max Lv.175. [UnchartedRAN]", m_szName ); GLMSG::SNET_SERVER_GENERALCHAT NetMsgMaxLvl; NetMsgMaxLvl.SETTEXT ( strTEXT.GetString() ); m_pGLGaeaServer->SENDTOALLCLIENT(&NetMsgMaxLvl); }
thanks in advance <3



Reply With Quote


