how to do it appear in game chat?
Code:IMPL_PACKET_FUNC(ClientGameLogic, PKT_S2C_ShutdownNote){ gameShuttedDown_ = true; char msg[128]; sprintf(msg, "SERVER SHUTDOWN in %.0f sec", n.timeLeft); if(hudMain) { hudMain->showChat(true); hudMain->addChatMessage(1, "<system>", msg, 0); } return; }




