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