Thread: Fixing the friends list

Page 1 of 6 123 ... LastLast
Results 1 to 10 of 56
  1. #1 Fixing the friends list 
    P I M P 3 D Tut
    Guest
    Purpose:To Fix the World 1 thing

    Difficulty: 1- Depends on your knowlage, If your a retard. You will be like: Yow, dis is hurd cus leik wat us puwlibc vodi?! wer iz dis sht sopus ta gu? - Lol

    Assumed Knowledge: How to Search, How to highlight and how to read.

    Server Base: I have tested on P16, Jorsa, Phone, And Test. All worked.

    Classes Modified: Client.Java


    open client.java

    First off,
    Search for
    Code:
     public void loadpm(long name, int world)
    Replace all that with this:
    Code:
    public void loadpm(long name, int world) {//Fixed by P I M P//		
    if(world != 0) {               
     //world += 9;}			
    		world = 2; }               
     else if(world == 0){              
      world += 1;               
     }		
    outStream.createFrame(50);		
    outStream.writeQWord(name);
    if(world == 2) {		
    outStream.writeByte(world);
    } 
    else if(world != 2) {outStream.writeByte(0);
    }	
    }
    Now,
    Insted of it saying some crap like world 1 it'll say offline and online! =)
    Creds : Mehh
    repp ++ would be nice =)
    Please post
     

  2. #2  
    m0nkeymad
    Guest
    great work o.o
     

  3. #3  
    P I M P 3 D Tut
    Guest
    Quote Originally Posted by m0nkeymad View Post
    great work o.o
    thank you
     

  4. #4  
    Registered Member
    Join Date
    Nov 2006
    Posts
    222
    Thanks given
    0
    Thanks received
    0
    Rep Power
    5
    thanks great work finally someone wasn' t to lazy to post this

    added to my server and gave you credits in my list
     

  5. #5  
    P I M P 3 D Tut
    Guest
    Quote Originally Posted by blitz_9100 View Post
    thanks great work finally someone wasn' t to lazy to post this
    thank you =) .
    This community is alot nicer then the peeps at mopar >.>.
     

  6. #6  
    m0nkeymad
    Guest
    it doesnt say online tho it says World--7 o.o
     

  7. #7  
    P I M P 3 D Tut
    Guest
    Quote Originally Posted by m0nkeymad View Post
    it doesnt say online tho it says World--7 o.o
    hmm..
    Server source?
    Oh,
    and Remember to replace the variable you had before.
     

  8. #8  
    m0nkeymad
    Guest
    it says offline but when online it says world--7 i think its pimp
    wat u mean replace the varible
     

  9. #9  
    P I M P 3 D Tut
    Guest
    Quote Originally Posted by m0nkeymad View Post
    it says offline but when online it says world--7 i think its pimp
    wat u mean replace the varible
    replace the other void that said loadpm
     

  10. #10  
    ~Legend Rene
    Guest
    Nice pimpy.
    Mopar sucks tbh lol , mods abusing powers >.>
     

Page 1 of 6 123 ... LastLast

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
  •