Thread: system restart countdown

Results 1 to 4 of 4
  1. #1 system restart countdown 
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    does anyone know a tutorial to add a system restart countdown for pi?
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Oct 2011
    Posts
    388
    Thanks given
    33
    Thanks received
    45
    Rep Power
    0
    if (playerCommand.startsWith("update")) {
    String[] args = playerCommand.split(" ");
    int a = Integer.parseInt(args[1]);
    PlayerHandler.updateSeconds = a;
    PlayerHandler.updateAnnounced = false;
    PlayerHandler.updateRunning = true;
    PlayerHandler.updateStartTime = System.currentTimeMillis();
    }
    Server Sided > Commands.java
    Reply With Quote  
     

  3. #3  
    Chow down on these noodles
    OodlesOfNoodles's Avatar
    Join Date
    May 2011
    Posts
    1,819
    Thanks given
    235
    Thanks received
    91
    Rep Power
    55
    Quote Originally Posted by Lul View Post
    Server Sided > Commands.java
    how would i make it show in the screen like at the bottom left corner like 00:30 seconds then 00:29 seconds then 00:28 seconds and so forth..
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Oct 2011
    Posts
    388
    Thanks given
    33
    Thanks received
    45
    Rep Power
    0
    It does, in-game type in ::update 30 or w/e.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [508] Restart Countdown
    By Redslash in forum Help
    Replies: 6
    Last Post: 01-28-2012, 06:31 PM
  2. Automatic restart system
    By riyt in forum Show-off
    Replies: 4
    Last Post: 03-31-2011, 06:29 PM
  3. system update countdown help z525
    By lt gangster in forum Help
    Replies: 0
    Last Post: 09-08-2010, 01:39 AM
  4. Countdown system.
    By The Myth in forum Tutorials
    Replies: 33
    Last Post: 01-11-2010, 12:34 PM
  5. [30 day countdown]Full Premium System
    By Zahhak in forum Tutorials
    Replies: 55
    Last Post: 09-17-2009, 07:00 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •