Thread: [Galkon's]Colored Text Based on Player Rights

Results 1 to 7 of 7
  1. #1 [Galkon's]Colored Text Based on Player Rights 
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    3,143
    Thanks given
    27
    Thanks received
    92
    Rep Power
    0
    For example:

    Player 1 is a moderator (rights 1), the text they type would be purple instead of blue

    Player 2 is a normal player (rights 0), their text would be blue

    Player 3 is an administrator/owner (rights 2/3), their text would be red

    How would this be done?
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    3,143
    Thanks given
    27
    Thanks received
    92
    Rep Power
    0
    Bump.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    3,143
    Thanks given
    27
    Thanks received
    92
    Rep Power
    0
    Also, I want to change this annoying olive color to the normal green:



    Help?
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    3,143
    Thanks given
    27
    Thanks received
    92
    Rep Power
    0
    Bump
    Reply With Quote  
     

  5. #5  
    Registered Member
    jordan641's Avatar
    Join Date
    Apr 2010
    Posts
    1,809
    Thanks given
    70
    Thanks received
    128
    Rep Power
    189
    To fix money do this,

    1) find something like this, it's near the top
    Code:
    for(int k = s.length() - 3; k > 0; k -= 3)
    			s = s.substring(0, k) + "," + s.substring(k);
    2) scroll down some you will see this
    Code:
    		if(s.length() > 8)
    			s = "@gr1@" + s.substring(0, s.length() - 8) + " million @[email protected](" + s + ")";
    3) change the gr1, or gr2, I can't tell what it is into gre.
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jan 2009
    Age
    31
    Posts
    3,143
    Thanks given
    27
    Thanks received
    92
    Rep Power
    0
    Quote Originally Posted by Drug View Post
    To fix money do this,

    1) find something like this, it's near the top
    Code:
    for(int k = s.length() - 3; k > 0; k -= 3)
    			s = s.substring(0, k) + "," + s.substring(k);
    2) scroll down some you will see this
    Code:
    		if(s.length() > 8)
    			s = "@gr1@" + s.substring(0, s.length() - 8) + " million @[email protected](" + s + ")";
    3) change the gr1, or gr2, I can't tell what it is into gre.
    It doesn't change color at all, I even changed it to @[email protected], it's still olive, lol.
    Reply With Quote  
     

  7. #7  
    Registered Member
    jordan641's Avatar
    Join Date
    Apr 2010
    Posts
    1,809
    Thanks given
    70
    Thanks received
    128
    Rep Power
    189
    Quote Originally Posted by Shemhamforash View Post
    It doesn't change color at all, I even changed it to @[email protected], it's still olive, lol.
    Idk then, just search @[email protected], @[email protected], or @[email protected] until you find something that looks like it has to do with money and change it to @[email protected]
    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
  •