Thread: custom crowns

Results 1 to 4 of 4
  1. #1 custom crowns 
    pkhonor
    Guest
    Hi, i've added custom crowns to my server but theres one problem..
    if im a donator i can see my crown but other peole cant see anything why?
    though , they could see owner crown

    heres code


    Code:
    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  
    pkhonor
    Guest
    any help
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2008
    Posts
    144
    Thanks given
    0
    Thanks received
    0
    Rep Power
    18
    Did you change whatever you changed server sided or client sided?


    Bringin' it back old School.....
    Reply With Quote  
     

  4. #4  
    pkhonor
    Guest
    this is server sided
    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
  •