Beispiel #1
0
        protected override void OnTick()
        {
            World.Broadcast(0x22, true, "WARNING:");
            World.Broadcast(0x22, true, "The server will be restarting in 3 minutes.");
            I_Auto_Restarter4 tmr4 = new I_Auto_Restarter4();

            tmr4.Start();
            this.Stop();
        }
		protected override void OnTick()
		{
			World.Broadcast( 0x22, true, "WARNING:" );
			World.Broadcast( 0x22, true, "The server will be restarting in 3 minutes." );
			I_Auto_Restarter4 tmr4 = new I_Auto_Restarter4();
			tmr4.Start();
			this.Stop();
		}