Thread: How i get this to work?

Results 1 to 3 of 3
  1. #1 How i get this to work? 
    Banned

    Join Date
    Jan 2008
    Posts
    1,778
    Thanks given
    0
    Thanks received
    7
    Rep Power
    0
    Wrong title.. cant get it changed no more

    Well my boost/decrease from potions has a bug

    This line is causing me a run.bat error (but im not dcing or anthing)

    Code:
                sendFrame126(""+playerLevel[4]+"", 4010);
    and its an

    Code:
    java.lang.ArrayIndexOutOfBoundsException: 4

    The error line =

    Code:
    sendFrame126(""+playerLevel[i]+"", 4000+id[i]);
    im 100% sure the number is 4010

    yet it won't update in-game and giving me run.bat errors
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Jan 2008
    Posts
    1,778
    Thanks given
    0
    Thanks received
    7
    Rep Power
    0
    Bump

    Sorry for bumping but it cant figure out whats wrong
    Reply With Quote  
     

  3. #3  
    Registered Member
    Its paris's Avatar
    Join Date
    Apr 2009
    Posts
    1,141
    Thanks given
    56
    Thanks received
    234
    Rep Power
    689
    Whichever the array is (playerLevel or id, although the latter is more likely), it is shorter than 4 elements. Remember numbering starts at 0.
    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
  •