Thread: html colors? admin/mod crown in chatbox?

Results 1 to 7 of 7
  1. #1 html colors? admin/mod crown in chatbox? 
    pureiiipker
    Guest
    Is there anyway I can make my client read html colors like 508 clients? I have seen a server do it before too.


    and since my client can already read mod/admin crowns in the chatbox for ranked players, how can i make it work in a sendMessage?


    thanks!

    will rep!
     

  2. #2  
    pureiiipker
    Guest
    you could be less of an ass you know
     

  3. #3  
    Registered Member
    Hatescape1's Avatar
    Join Date
    Jan 2009
    Posts
    557
    Thanks given
    0
    Thanks received
    1
    Rep Power
    121
    Quote Originally Posted by Tyler_ View Post
    google=123; to java main cache

    ur welcome.
    your joking right?

    Just put this at yell like umm

    Code:
    if (command.startsWith("yell") && command.length() > 5 && !muted)
    	{
    String text = command.substring(5);
    yell(" "+ playerName + +playerRights+ ":    "  + Character.toUpperCase(text.charAt(0)) + text.substring(1));
    
    }
    Try that
    Posts: 508
    Join Date: Jan 2009
    Rep Power: 666

    Hmm 508 posts?
    666 rep power wow 508 really sucks then
     

  4. #4  
    pureiiipker
    Guest
    does that give it admin/mod crown by it?

    uhm.

    it looks like this now:

    3Austin - hi

    instead of

    []Austin - hi

    and it was

    Austin - hi
     

  5. #5  
    Registered Member
    Join Date
    Apr 2009
    Posts
    21
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I have no idea how to make it show the crown, but Rich's Client has a Sendmessage in it with a Gold Crown. Take a look at that

    To fix the "3Austin" thing, use this:

    Code:
    yell(+ playerName + "["+ playerRights + "]:    "  + Character.toUpperCase(text.charAt(0)) + text.substring(1));
    I'm not sure if that will work though...
     

  6. #6  
    Registered Member

    Join Date
    Feb 2007
    Posts
    994
    Thanks given
    25
    Thanks received
    47
    Rep Power
    604
    You need create your own method client side.
     

  7. #7  
    Registered Member XiiL's Avatar
    Join Date
    Jul 2009
    Posts
    451
    Thanks given
    15
    Thanks received
    4
    Rep Power
    61
    Google=123.
     


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
  •