Global Post and GM Post not showing in subserver how to use this function
void AllNoticeRecv(SDHP_NOTICE * lpMsg)
{
char szNotice[MAX_CHAT_LEN+1];
szNotice[MAX_CHAT_LEN]=0;
memcpy(szNotice, lpMsg->Notice , sizeof(lpMsg->Notice)-1);
LogAddTD("[Mu Manager][Notice Log][Type:ALL] %s", szNotice);
if ( strlen(szNotice) > 1 )
{
AllSendServerMsg(szNotice);
}
}



Reply With Quote







