URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       EclipsedPk
  HTML https://eclipsedpk.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Introductions and Farewells.
       *****************************************************
       #Post#: 548--------------------------------------------------
       less online
       By: luzio Date: May 19, 2012, 9:07 am
       ---------------------------------------------------------
       i'll be less online, because i'm going to start my own server
       again
       my last thing:
       yell with timer:
       [code]if (command.startsWith("yell") && command.length() > 5) {
       int secsToBeMuted = 5;
       if (actionTimer <= 0) {
       actionTimer = secsToBeMuted*2;
       if (muted == 0) {
       String titles = "";
       if (playerRights == 0) {
       titles = "";
       } else if (playerRights == 1) {
       titles = "[M] ";
       } else if (playerRights == 2) {
       titles = "[A] ";
       } else if (playerRights == 3) {
       titles = "[O] ";
       }
       PlayerHandler.messageToAll = titles + "" + playerName + ": "
       + command.substring(5);
       } else {
       sendMessage("You cannot speak in yell, because you are
       muted.");
       }
       } else {
       sendMessage("You have to wait another "+(actionTimer/2)+"
       seconds before you can yell.");
       }
       }[/code]
       #Post#: 551--------------------------------------------------
       Re: less online
       By: Botero Date: May 19, 2012, 9:40 am
       ---------------------------------------------------------
       good luck and thanks for everything :P
       #Post#: 552--------------------------------------------------
       Re: less online
       By: luzio Date: May 19, 2012, 10:14 am
       ---------------------------------------------------------
       [quote author=Botero link=topic=84.msg551#msg551
       date=1337438450]
       good luck and thanks for everything :P
       [/quote]
       no problem ;)
       hayden and steffen can always ask me if they have problems
       #Post#: 729--------------------------------------------------
       Re: less online
       By: pulsar Date: May 31, 2012, 8:29 pm
       ---------------------------------------------------------
       bye luzio
       *****************************************************