newest co server

11/24/2009 00:38 pedro93#1
how i can fix in the newest co server the restart time?
11/24/2009 04:18 LetterX#2
Quote:
Originally Posted by pedro93 View Post
how i can fix in the newest co server the restart time?
By learning how to code in C#. :/
11/24/2009 04:44 -Shunsui-#3
Check where its making it restart, iam sure you can easily change the restarting time or stop it from retarting..
11/26/2009 02:41 superplox#4
Quote:
Originally Posted by LetterX View Post
By learning how to code in C#. :/
haha pwnt:handsdown:
11/26/2009 02:47 |BasicCoder|#5
Quote:
Originally Posted by pedro93 View Post
how i can fix in the newest co server the restart time?
Go in to Database.cs and look for

Code:
//Program.RestartTimer = new System.Timers.Timer();
//Program.RestartTimer.Interval = (2 * 60000);
//Program.RestartTimer.Elapsed += new System.Timers.ElapsedEventHandler(Program.Restart);
//Program.RestartTimer.Start();
//Program.RestartTimer1 = new System.Timers.Timer();
//Program.RestartTimer1.Interval = (1 * 60000);
//Program.RestartTimer1.Elapsed += new System.Timers.ElapsedEventHandler(Program.Restart1);
//Program.RestartTimer1.Start();
//Program.WriteLine("server restart timer ON");
And take it out and Build then debug it and your done