01-13-2016, 12:24 PM
MsgrNoticeMsg
MsgrNoticeMsg(CNetMsg::SP& msg, int seq, int server, int subno, int zone, const char* chat)
Example:
strMessage= "Hello World!";
MsgrNoticeMsg(rmsg, -1, -1, -1, -1, strMessage);
this will send message for all players

