Thread: Crowns on PM are 1 rank lower then on chat?

Results 1 to 5 of 5
  1. #1 Crowns on PM are 1 rank lower then on chat? 
    Registered Member
    Join Date
    Apr 2011
    Posts
    152
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    Alrighty guys. so whenever my mod says something on PM, it says that they're a donator. And when an admin says something, it shows them as mod crown.

    Please help me fix this problem. Sorry for my dumbness if this is a simple fix.
    Reply With Quote  
     

  2. #2  
    Zaros Developer

    Nomac's Avatar
    Join Date
    Feb 2011
    Age
    29
    Posts
    1,068
    Thanks given
    318
    Thanks received
    200
    Rep Power
    1092
    Go to the class that has the private chat in it, and post on here.
    Attached image


    Reply With Quote  
     

  3. #3  
    Registered Member
    Whired's Avatar
    Join Date
    Aug 2007
    Posts
    2,126
    Thanks given
    238
    Thanks received
    500
    Rep Power
    822
    I got the same thing, client-sided.

    This is what my client says (it's probably out of date..)

    Code:
                            if(l21 == 3)
                                pushMessage(s9, 7, "@cr2@" + TextClass.fixName(TextClass.nameForLong(l5)));
    				else
                            if(l21 == 2)
                                pushMessage(s9, 7, "@cr2@" + TextClass.fixName(TextClass.nameForLong(l5)));
                            else
                            if(l21 == 1)
                                pushMessage(s9, 7, "@cr1@" + TextClass.fixName(TextClass.nameForLong(l5)));
                            else
                                pushMessage(s9, 3, TextClass.fixName(TextClass.nameForLong(l5)));
    Should be cr3.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Apr 2011
    Posts
    152
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    This is my code

    Code:
    					byte byte0 = 0;
    					if (s1 != null && s1.startsWith("@cr0@")) {
    						s1 = s1.substring(5);
    						byte0 = 1;
    					} else if(s1 != null && s1.startsWith("@cr1@")) {
    						s1 = s1.substring(5);
    						byte0 = 2;
    					} else if(s1 != null && s1.startsWith("@cr2@")) {
    						s1 = s1.substring(5);
    						byte0 = 3;
    					} else if(s1 != null && s1.startsWith("@cr3@")) {
    						s1 = s1.substring(5);
    						byte0 = 4;
    					}

    What should I change for pms?

    Sorry for my dumbness
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    May 2011
    Posts
    66
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    ok just go into ur sprites and then player and just rename them for instance if the mod shows a donator then rename the mod crown to the donator and the donator down 1 from the mod
    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

Similar Threads

  1. 78 Custom Crowns / Rank Icons
    By Auruo in forum Graphics
    Replies: 28
    Last Post: 07-08-2012, 04:55 PM
  2. Replies: 0
    Last Post: 05-29-2011, 08:28 PM
  3. Rank Crowns
    By Bitlord44 in forum Help
    Replies: 2
    Last Post: 02-07-2011, 01:51 AM
  4. Rank crowns
    By Bitlord44 in forum Help
    Replies: 5
    Last Post: 11-05-2010, 02:06 PM
  5. Adding crowns into chat box
    By over blown in forum Help
    Replies: 0
    Last Post: 08-04-2009, 03:46 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •