restart the X server in-game chat

Results 1 to 1 of 1
  1. #1
    My Status --> LukasCCB is offline
    MemberRank
    Apr 2013 Join Date
    CracolandiaLocation
    1,190Posts

    restart the X server in-game chat

    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;
    }




Advertisement