Advertisement
Guest User

Untitled

a guest
May 28th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if(!ourPlayer.clan.equalsIgnoreCase("null")) {
  2. displayMessage("[@cya@" + ourPlayer.clan + "@yel@] " + ourPlayer.name + ": " + s, 2, ourPlayer.admin);
  3. } else {
  4. displayMessage(ourPlayer.name + ": " + s, 2, ourPlayer.admin);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement