Thread: [PI] client sided help please help!

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 [PI] client sided help please help! 
    Banned
    Join Date
    Jan 2012
    Age
    24
    Posts
    552
    Thanks given
    53
    Thanks received
    37
    Rep Power
    0
    [Only registered and activated users can see links. ]

    when i have added that cape, to itemdef.java and item.cfg, and run's my client it works perfect but ofc no cape but when i add the models into my "raw folder" it pops up with this
    Reply With Quote  
     

  2. #2  
    Legit Rank

    Join Date
    Aug 2009
    Age
    27
    Posts
    1,465
    Thanks given
    380
    Thanks received
    298
    Rep Power
    2320
    Is there a line printed in the cmd box?

    [Only registered and activated users can see links. ]




    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Jan 2012
    Age
    24
    Posts
    552
    Thanks given
    53
    Thanks received
    37
    Rep Power
    0
    Quote Originally Posted by VisualBasic6 View Post
    Is there a line printed in the cmd box?
    Error: loaderror Loading IntimidationX... 60
    Reply With Quote  
     

  4. #4  
    Legit Rank

    Join Date
    Aug 2009
    Age
    27
    Posts
    1,465
    Thanks given
    380
    Thanks received
    298
    Rep Power
    2320
    Hmm, got the newest header added?

    [Only registered and activated users can see links. ]




    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Jan 2012
    Age
    24
    Posts
    552
    Thanks given
    53
    Thanks received
    37
    Rep Power
    0
    Quote Originally Posted by VisualBasic6 View Post
    Hmm, got the newest header added?
    idk what a header is im new at coding xD
    Reply With Quote  
     

  6. #6  
    Legit Rank

    Join Date
    Aug 2009
    Age
    27
    Posts
    1,465
    Thanks given
    380
    Thanks received
    298
    Rep Power
    2320
    Quote Originally Posted by Tha King View Post
    idk what a header is im new at coding xD
    [Only registered and activated users can see links. ]

    Follow that.

    [Only registered and activated users can see links. ]




    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Jan 2012
    Age
    24
    Posts
    552
    Thanks given
    53
    Thanks received
    37
    Rep Power
    0
    Quote Originally Posted by VisualBasic6 View Post
    [Only registered and activated users can see links. ]

    Follow that.
    get this error when follows that guide

    Code:
    Model.java:724: error: cannot find symbol
                                                    N[k14] = nc
    
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:729: error: cannot find symbol
                                            kb[k14] = nc3.v(-1)
                                                         ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:730: error: cannot find symbol
                                            N[k14] = nc3.v(-1);
                                                        ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:731: error: cannot find symbol
                                            y[k14] = nc3.v(-1);
                                                        ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:742: error: cannot find symbol
                                            kb[k14] = nc3.v(-1)
                                                         ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:743: error: cannot find symbol
                                            N[k14] = nc3.v(-1);
                                                        ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:744: error: cannot find symbol
                                            y[k14] = nc3.v(-1);
                                                        ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:750: error: cannot find symbol
                                                    N[k14] = nc
    
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:768: error: cannot find symbol
                                                    N[k14] = nc
    
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:771: error: cannot find symbol
                                            kb[k14] = nc3.v(-1)
                                                         ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:772: error: cannot find symbol
                                            N[k14] = nc3.v(-1);
                                                        ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:773: error: cannot find symbol
                                            y[k14] = nc3.v(-1);
                                                        ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    12 errors
    Tryk på en vilkårlig tast for at fortsætte . . .
    Reply With Quote  
     

  8. #8  
    Legit Rank

    Join Date
    Aug 2009
    Age
    27
    Posts
    1,465
    Thanks given
    380
    Thanks received
    298
    Rep Power
    2320
    Quote Originally Posted by Tha King View Post
    get this error when follows that guide

    Code:
    Model.java:724: error: cannot find symbol
                                                    N[k14] = nc
    
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:729: error: cannot find symbol
                                            kb[k14] = nc3.v(-1)
                                                         ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:730: error: cannot find symbol
                                            N[k14] = nc3.v(-1);
                                                        ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:731: error: cannot find symbol
                                            y[k14] = nc3.v(-1);
                                                        ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:742: error: cannot find symbol
                                            kb[k14] = nc3.v(-1)
                                                         ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:743: error: cannot find symbol
                                            N[k14] = nc3.v(-1);
                                                        ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:744: error: cannot find symbol
                                            y[k14] = nc3.v(-1);
                                                        ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:750: error: cannot find symbol
                                                    N[k14] = nc
    
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:768: error: cannot find symbol
                                                    N[k14] = nc
    
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:771: error: cannot find symbol
                                            kb[k14] = nc3.v(-1)
                                                         ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:772: error: cannot find symbol
                                            N[k14] = nc3.v(-1);
                                                        ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Model.java:773: error: cannot find symbol
                                            y[k14] = nc3.v(-1);
                                                        ^
      symbol:   method v(int)
      location: variable nc3 of type Stream
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    12 errors
    Tryk på en vilkårlig tast for at fortsætte . . .
    Code:
    final int v(int i) {
    		currentOffset += 3;
    		return (0xff & buffer[currentOffset - 3] << 16) + (0xff & buffer[currentOffset - 2] << 8) + (0xff & buffer[currentOffset - 1]);
        }
    Add that in Stream.java

    [Only registered and activated users can see links. ]




    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    Jan 2012
    Age
    24
    Posts
    552
    Thanks given
    53
    Thanks received
    37
    Rep Power
    0
    Quote Originally Posted by VisualBasic6 View Post
    Code:
    final int v(int i) {
    		currentOffset += 3;
    		return (0xff & buffer[currentOffset - 3] << 16) + (0xff & buffer[currentOffset - 2] << 8) + (0xff & buffer[currentOffset - 1]);
        }
    Add that in Stream.java


    where in stream.java?
    Reply With Quote  
     

  10. #10  
    Legit Rank

    Join Date
    Aug 2009
    Age
    27
    Posts
    1,465
    Thanks given
    380
    Thanks received
    298
    Rep Power
    2320
    under "public class...."?

    [Only registered and activated users can see links. ]




    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. Replies: 12
    Last Post: 07-27-2011, 08:24 PM
  2. Replies: 1
    Last Post: 09-03-2010, 10:42 PM
  3. help with server sided and client sided
    By Zᴀᴄʜ in forum Help
    Replies: 4
    Last Post: 06-15-2010, 07:15 PM
  4. Replies: 0
    Last Post: 05-26-2010, 02:39 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
  •