Thread: Compile Problem Client Sided

Results 1 to 5 of 5
  1. #1 Compile Problem Client Sided 
    Ain't Messin' Around - Gary Clark Jr.

    Wolfs Darker's Avatar
    Join Date
    Jul 2012
    Posts
    1,530
    Thanks given
    598
    Thanks received
    464
    Rep Power
    252
    well i got this problem on client, but i haven't changed anything in this class

    Code:
    .\src\Animable_Sub5.java:24: warning: Config is internal proprietary API and may
     be removed in a future release
                                            aAnimation_1607 = null;
                                                           ^
    .\src\Animable_Sub5.java:26: error: unreachable statement
                                    anInt1608 = client.loopCycle - k;
                                    ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    1 warning
    File:

    UPLOAD.EE - Download Animable_Sub5.java
    Reply With Quote  
     

  2. #2  
    Donator

    Join Date
    Sep 2011
    Posts
    432
    Thanks given
    94
    Thanks received
    58
    Rep Power
    44
    Wrong section man.
    Reply With Quote  
     

  3. #3  
    Ain't Messin' Around - Gary Clark Jr.

    Wolfs Darker's Avatar
    Join Date
    Jul 2012
    Posts
    1,530
    Thanks given
    598
    Thanks received
    464
    Rep Power
    252
    oh ye i forget haha
    Reply With Quote  
     

  4. #4  
    Go Big or Go Home

    Join Date
    Oct 2011
    Age
    29
    Posts
    1,106
    Thanks given
    266
    Thanks received
    142
    Rep Power
    6
    It's trying to find:

    anInt1608 = client.loopCycle - k;

    But it's not within the file it's searching, try adding it or remove what is trying to find it.
    Spoiler for I Respect:
    Reply With Quote  
     

  5. #5  
    Ain't Messin' Around - Gary Clark Jr.

    Wolfs Darker's Avatar
    Join Date
    Jul 2012
    Posts
    1,530
    Thanks given
    598
    Thanks received
    464
    Rep Power
    252
    well i got that added
    just look up the file
    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. Client sided compile error
    By Obito Uchiha in forum Help
    Replies: 2
    Last Post: 05-13-2012, 07:44 PM
  2. Problem, just about everytime i compile a client...
    By lkc cheat service in forum Help
    Replies: 2
    Last Post: 05-05-2010, 03:04 AM
  3. Client sided problem
    By unkn0wn k in forum Help
    Replies: 1
    Last Post: 07-23-2009, 04:25 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •