01-13-2016, 01:32 PM
It doesn't work, so i tried with this code :
char strMessage[1024] = {0,};
sprintf(strMessage,"Hello World!");
CNetMsg::SP rmsg(new CNetMsg);
MsgrNoticeMsg(rmsg, -1, -1, -1 -1, strMessage);
GAMELOG << init("Info") << "Finish echo!" << delim << strMessage << end;
but still don't work

