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

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