protected override void OnTick() { World.Broadcast(0x22, true, "WARNING:"); World.Broadcast(0x22, true, "The server will be restarting in 1 minute."); I_Auto_Restarter6 tmr6 = new I_Auto_Restarter6(); tmr6.Start(); this.Stop(); }
protected override void OnTick() { World.Broadcast( 0x22, true, "WARNING:" ); World.Broadcast( 0x22, true, "The server will be restarting in 1 minute." ); I_Auto_Restarter6 tmr6 = new I_Auto_Restarter6(); tmr6.Start(); this.Stop(); }