Thead.sleep(long) disables all my commands

Discussion in 'Plugin Development' started by esret, Jan 7, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    esret

    The server is online, but i cant do anything when i use
    HTML:
    <code>
    Thread.sleep(1000);
    </code>
    but i need something to "wait" for a time and when i use
    HTML:
    <code>
    wait(1000);
    </code>
    the plugin fails an theres a "illegalmonitorexeption" or something like that
    pleas Help me and shows me a way to handle this
     
  2. Offline

    immac636

Thread Status:
Not open for further replies.

Share This Page