Jump to content

Break function


abouhanafy87

Recommended Posts

hi

i want to make a break function like os break but i want to run it in my condition .

this is my try !!

public void freez(int a) throws InterruptedException {

    log("sleeping for " + (Timer.formatTime(a)));
    log("we will back at :"+ java.lang.String.format("%1$TH:%1$TM:%1$TS", System.currentTimeMillis()+a));
   getBot().getEventExecutor().stop();
    
    sleep(a);
    getBot().getEventExecutor().start();
    
}

but after break  auto login didn't run

any help !!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...