Thread: Colored sendMessage

Results 1 to 7 of 7
  1. #1 Colored sendMessage 
    Waltzing Mouse
    Guest
    I was wondering how to implement colors into my sendMessage method... or whether you required to add a new packet into the client.

    Thanks in advance,

    ~ Waltzing Mouse
    Reply With Quote  
     

  2. #2  
    Shelton
    Guest
    void sendMessage(@gre@String message)

    try it. seriously. and I don't mean sendMessage(@gre@"lol"); i mean make a new method and do (@gre@String message)
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    May 2008
    Posts
    2,327
    Thanks given
    55
    Thanks received
    67
    Rep Power
    0
    that wont work, its client sided, u have 2 add a new method into the client and then into the server lol

    its not possible 2 have it send green text into the chatbox on silabsoft (common client)
    Reply With Quote  
     

  4. #4  
    Nima304
    Guest
    well that sucks

    how is the pm stuff red then?

    there should be a way..
    Reply With Quote  
     

  5. #5  
    Shelton
    Guest
    Quote Originally Posted by silabgarza View Post
    that wont work, its client sided, u have 2 add a new method into the client and then into the server lol

    its not possible 2 have it send green text into the chatbox on silabsoft (common client)

    lol @gre@ is clientsided. the client reads for anything that includes @color@ then turns it into a hex int which is a color id.
    (i believe so no flaming homos)
    Reply With Quote  
     

  6. #6  
    Nima304
    Guest
    Quote Originally Posted by Shelton View Post
    lol @gre@ is clientsided. the client reads for anything that includes @color@ then turns it into a hex int which is a color id.
    (i believe so no flaming homos)
    well I tried to make my log in text red once, but it made it @red@ Owner and Coder, Nima304 has logged in

    and if you have a solution, is it tested?

    if so, please post pictures
    Reply With Quote  
     

  7. #7  
    Shelton
    Guest
    you prolly did

    sendMessage(@red@"lol");

    or sendMessage("@red@lol");

    I mean replace your method
    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
  •