Thread: donator crown

Results 1 to 3 of 3
  1. #1 donator crown 
    pkhonor
    Guest
    Hi, the donator crown works for everyone but noone else can see it, so if i was a donator i would see the crown but not others.

    heres the code

    Code:
    				// mod/admin level crown fix -bakatool
    if (playerRights == 3)
    					out.write(5);
    				else if (playerRights == 2)
    					out.write(2);
    				else if (playerRights == 1)
    					out.write(1);
    				else if(donator == 1 && playerRights == 0)
    					out.write(7);
    				
    				else
    					out.write(playerRights);
    
    				out.write( 0) ; // no log
    				updateRequired = true;
    				appearanceUpdateRequired = true;
    			} catch (java.lang.Exception __ex) {
    				// error at finalizer means auto destruct no exceptions
    				// -bakatool
    				disconnected = true;
    				destruct();
    			}
    		}
    Reply With Quote  
     

  2. #2  
    'Outlaw
    Guest
    So what your saying is, the person on the donator account can see the crown, but no one else can?
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jul 2009
    Posts
    3,999
    Thanks given
    1,003
    Thanks received
    1,028
    Rep Power
    0
    Mabe the other people doesnt have the client with the crown?? ;D
    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
  •