Beispiel #1
0
        protected override void OnTick()
        {
            World.Broadcast(0x22, true, "WARNING:");
            World.Broadcast(0x22, true, "The server will be restarting in 45 seconds.");
            I_Auto_RestarterA tmrA = new I_Auto_RestarterA();

            tmrA.Start();
            this.Stop();
        }
		protected override void OnTick()
		{
			World.Broadcast( 0x22, true, "WARNING:" );
			World.Broadcast( 0x22, true, "The server will be restarting in 45 seconds." );
			I_Auto_RestarterA tmrA = new I_Auto_RestarterA();
			tmrA.Start();
			this.Stop();
		}