Thread: how do i make items over 7995 not show "..null"

Results 1 to 6 of 6
  1. #1 how do i make items over 7995 not show "..null" 
    Banned

    Join Date
    Jan 2009
    Age
    28
    Posts
    2,662
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    i tried editing anything in client.java that started with

    ..

    or

    had somthing to do with class8

    but nothing worked can anyone give a hint on this?
    Reply With Quote  
     

  2. #2  
    Codex
    Rowan's Avatar
    Join Date
    Sep 2008
    Age
    25
    Posts
    1,593
    Thanks given
    0
    Thanks received
    20
    Rep Power
    1092
    add tha modelz
    [Only registered and activated users can see links. ] - [Only registered and activated users can see links. ] - [Only registered and activated users can see links. ] - [Only registered and activated users can see links. ] - [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jan 2009
    Age
    28
    Posts
    2,662
    Thanks given
    66
    Thanks received
    207
    Rep Power
    0
    itll still show ..null on the name

    weather or not u do that.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2008
    Posts
    105
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    Set you model index higher and try again to add the models.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Dec 2007
    Age
    27
    Posts
    1,987
    Thanks given
    257
    Thanks received
    326
    Rep Power
    0
    Its over 9000
    Reply With Quote  
     

  6. #6  
    Jon
    Jon is offline
    Registered Member
    Jon's Avatar
    Join Date
    Mar 2009
    Posts
    353
    Thanks given
    60
    Thanks received
    17
    Rep Power
    566
    Quote Originally Posted by digistr View Post
    i tried editing anything in client.java that started with

    ..

    or

    had somthing to do with class8

    but nothing worked can anyone give a hint on this?
    Search for

    if(class8.aStringArray168 != null && class8.aStringArray168[j3] != null)
    And quote out

    aStringArray1199[anInt1133] = class8.aStringArray168[j3] + " @[email protected]" + class8.aString170;
    if(j3 == 2)
    anIntArray1093[anInt1133] = 652;
    if(j3 == 2)
    anIntArray1093[anInt1133] = 567;
    if(j3 == 2)
    anIntArray1093[anInt1133] = 234;
    / if(j3 == 3)
    anIntArray1093[anInt1133] = 244;
    if(j3 == 4)
    anIntArray1093[anInt1133] = 213;
    anIntArray1094[anInt1133] = class30_sub2_sub4_sub2.anInt1558;
    anIntArray1091[anInt1133] = i1;
    anIntArray1092[anInt1133] = j1;
    anInt1133++;
    Should fix it, it did for me.

    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
  •