• Login
  • Register
Hello There, Guest!

Username:

Password:

Remember me

hasło Lost Password?

  • Forum
  • Search
  • Member List
  • Play
  • Hiscores
glowna Rune2006 → Rune2006 → Suggestions & Feedback v
« Previous 1 ... 8 9 10 11 12 Next »
→

Yell Needs Some Touch-Ups


Post Reply
Threaded Mode | Linear Mode
Yell Needs Some Touch-Ups
Henning B
Skeletal Member
  • Posts:538
  • Joined:Mar 2013
  • Reputation:9
05-01-2013 03:24 PM RE: Yell Needs Some Touch-Ups
Post: #6
actally, funny story, im the only client coder on here, and server side only handles "::" Tongue

if (command.startsWith("yell") && command.length() > 5 && playerRights >= 0) {
String titles = "";
if (donator == 1) {
titles = "[Donator]-";
}
if (playerRights == 1) {
titles = "[Moderator]-";
}
if (playerRights == 2) {
titles = "[Admin]-";
}
if (playerName.equalsIgnoreCase("Plural")) {
titles = "[OWNER]-";
}
if (playerName.equalsIgnoreCase("Henning B")) {
titles = "[Ex-Admin]-";
}
yell(titles + "" + playerName + ": "
+ "@or1@"+ command.substring(5));
}

Best Regards
~Henning B.
Married to Dsun.
[Image: Resubmit.png]
Need Help?

(This post was last modified: 05-01-2013 03:30 PM by Henning B.)
top
find
quote
« Next Oldest | Next Newest »
Post Reply


Messages In This Thread
Yell Needs Some Touch-Ups - Goku - 05-01-2013, 10:11 AM
RE: Yell Needs Some Touch-Ups - savage - 05-01-2013, 10:16 AM
RE: Yell Needs Some Touch-Ups - Muhv - 05-01-2013, 02:16 PM
RE: Yell Needs Some Touch-Ups - Hal - 05-01-2013, 03:01 PM
RE: Yell Needs Some Touch-Ups - Ingu - 05-01-2013, 03:11 PM
RE: Yell Needs Some Touch-Ups - Henning B - 05-01-2013 03:24 PM
RE: Yell Needs Some Touch-Ups - Henning B - 05-01-2013, 05:37 PM
RE: Yell Needs Some Touch-Ups - Goku - 05-02-2013, 03:33 AM
RE: Yell Needs Some Touch-Ups - Henning B - 05-01-2013, 06:56 PM
RE: Yell Needs Some Touch-Ups - use rubbers - 05-02-2013, 05:03 AM
RE: Yell Needs Some Touch-Ups - Goku - 05-02-2013, 05:32 AM
RE: Yell Needs Some Touch-Ups - Aaron - 05-02-2013, 03:27 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:


User(s) browsing this thread: 1 Guest(s)
Index | Return to Top | Lite (Archive) Mode | RSS Syndication

Powered By MyBB, © 2002-2025 MyBB Group.
Designed by Adrian/Reksio 54ceebe7a40ef32df34f37c2065d4490