Thread: Adding Color to yell

Results 1 to 8 of 8
  1. #1 Adding Color to yell 
    Banned
    Join Date
    May 2010
    Posts
    361
    Thanks given
    15
    Thanks received
    4
    Rep Power
    0
    Hey Im currently using this yell system and I wanna make the rank name like the best a color i've tried just making it like this
    if (playerRights == 1) {
    titles = "@red@[Moderator]-";

    but it didnt work so if someone could help that would be great and also post a list of colors thanks.


    }
    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 = "[Administrator]-";
    }
    if (playerRights == 3) {
    titles = "[Owner]-";
    }
    if (playerName.equalsIgnoreCase("carter")) {
    titles = "@red@[The Best]-";
    }
    yell(titles + "" + playerName + ": "
    + command.substring(5));
    }
    Reply With Quote  
     

  2. #2  
    lordgeo
    Guest
    k whats your msn? ill help you with this plus other problems u get
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    May 2010
    Posts
    361
    Thanks given
    15
    Thanks received
    4
    Rep Power
    0
    Reply With Quote  
     

  4. #4  
    Registered Member
    Lil Str Kid's Avatar
    Join Date
    Jul 2007
    Age
    31
    Posts
    1,302
    Thanks given
    169
    Thanks received
    71
    Rep Power
    260
    You need to enable it client side your doing it correct, search for colours in sendMessage in client section.


    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    May 2010
    Posts
    361
    Thanks given
    15
    Thanks received
    4
    Rep Power
    0
    ok so lol what do you mean? I have to go to client side for it to be enabled?
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    May 2010
    Posts
    361
    Thanks given
    15
    Thanks received
    4
    Rep Power
    0
    sorry I kinda get what you mean, but I don't lol.
    Reply With Quote  
     

  7. #7  
    lordgeo
    Guest
    k i added u but it says something like not working atm or something
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    May 2010
    Posts
    361
    Thanks given
    15
    Thanks received
    4
    Rep Power
    0
    whats urs ill add u
    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
  •