Keep yell the same and add.
Code:if (command.startsWith("owner") && playerRights == 3) { String message = command.substring(7); yell("[Owner]: "+message+""); }
|
|
how can i make this, say like [ owner ] - hi all any ideas on ::yell deltascape
if (command.startsWith("yell") && command.length() > 5 ) {
String text = command.substring(5);
yell(playerName +" ~ " + Character.toUpperCase(text.charAt(0)) + text.substring(1));
}

Keep yell the same and add.
Code:if (command.startsWith("owner") && playerRights == 3) { String message = command.substring(7); yell("[Owner]: "+message+""); }
| « how to take members out of my server or make everyone who logs in a member | 99, stat when u logg in » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |