Yell Needs Some Touch-Ups
|
|
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 "::"
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)); } |
top |
« Next Oldest | Next Newest »
|
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
|
User(s) browsing this thread: 2 Guest(s)