Just a tipThis is just a tip if you want to make the consoles easier to read and look nicer. server => program.cs Code: Console.Title = "Server Name - Server"; Console.WindowWidth = 110; Add that into the Main method ( private static void Main(string[] args) ) wServer => program.cs Code: Console.Title = "Server Name - Server"; Console.WindowWidth = 110; Add that into the Main method ( private static void Main(string[] args) ) Image
Originally Posted by Desire Thanks for making my computer look prettier :3 All it does is make the width bigger and change the title(s).
Originally Posted by Transferred is this a tutorial to do the most obvious thing in the world? Yeah, it's not supposed to be tricky but no one seems to do it. I think it makes the consoles look much prettier -.-