DIR Return Create A Forum - Home
---------------------------------------------------------
EclipsedPk
HTML https://eclipsedpk.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Introductions and Farewells.
*****************************************************
#Post#: 548--------------------------------------------------
less online
DIR 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.");
}
}
--- End Code ---
#Post#: 551--------------------------------------------------
Re: less online
DIR By: Botero
Date: May 19, 2012, 9:40 am
---------------------------------------------------------
good luck and thanks for everything :P
#Post#: 552--------------------------------------------------
Re: less online
DIR By: luzio
Date: May 19, 2012, 10:14 am
---------------------------------------------------------
--- Quote from: Botero link ---
>
> good luck and thanks for everything :P
>
--- End Quote ---
no problem ;)
hayden and steffen can always ask me if they have problems
#Post#: 729--------------------------------------------------
Re: less online
DIR By: pulsar
Date: May 31, 2012, 8:29 pm
---------------------------------------------------------
bye luzio
*****************************************************
Page 1 of 1