Thread: Pi yell

Results 1 to 3 of 3
  1. #1 Pi yell 
    Registered Member
    Join Date
    May 2009
    Posts
    741
    Thanks given
    6
    Thanks received
    22
    Rep Power
    30
    Can someone make me if player name it says ....

    Thanks
    -Removed, advertising is not allowed
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Apr 2010
    Posts
    98
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    i think this is wut ur looking for



    [SPOIL]if (command.startsWith("yell") && command.length() > 5 && playerRights >= 0) {
    PlayerHandler.messageToAll = playerName+": "+command.substring(5);
    YellLog(command.substring(5));
    if (!muted) {
    if (playerName.equalsIgnoreCase("yodamonkey5")) {
    yell("[Owner] " + playerName + ": " + command.substring(5));
    } else if (playerName.equalsIgnoreCase("CO-OWNERS NAME HERE")) {
    yell("[Co-Owner] " + playerName + ": " + command.substring(5));
    } else if (playerRights == 1) {
    yell("[Moderator] " + playerName + ": " + command.substring(5));
    } else if (playerRights == 2) {
    yell("[Administrator] " + playerName + ": " + command.substring(5));
    } else if (playerRights == 0) {
    yell("[Player] " + playerName + ": " + command.substring(5));
    } } else {
    sM("You are muted therefore you cannot yell.");
    }
    }[/SPOIL]
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2009
    Posts
    741
    Thanks given
    6
    Thanks received
    22
    Rep Power
    30
    im sure that for delta shit, i need for pi
    -Removed, advertising is not allowed
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •