Thread: Add 634 maps InsidiaX after Config.jag fix

Results 1 to 3 of 3
  1. #1 Add 634 maps InsidiaX after Config.jag fix 
    Member
    Join Date
    Apr 2011
    Age
    31
    Posts
    697
    Thanks given
    60
    Thanks received
    22
    Rep Power
    0
    i fixed my Config.jag with Toms cache suite with a 474 of Galkons Config.jag fixes
    for InsidiaX but I get this Error when trying to add the 634 Maps.


    Code:
    client.java:1183: error: cannot find symbol
                                            if(anIntArray1234[A] == positions[B]){
                                                                    ^
      symbol:   variable positions
      location: class client
    client.java:1184: error: cannot find symbol
                                                    anIntArray1235[A] = landScapes[B
    ];
                                                                        ^
      symbol:   variable landScapes
      location: class client
    client.java:1185: error: cannot find symbol
                                                    anIntArray1236[A] = objects[B];
                                                                        ^
      symbol:   variable objects
      location: class client
    client.java:9324: error: method start in class OnDemandFetcher cannot be applied
     to given types;
                            onDemandFetcher.start(streamLoader_6, this);
                                           ^
      required: StreamLoader,client
      found: NamedArchive,client
      reason: actual argument NamedArchive cannot be converted to StreamLoader by me
    thod invocation conversion
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    4 errors
    Press any key to continue . . .
    [Only registered and activated users can see links. ]
    Teach Yourself Java 6 in 21 Days 5th Ed.pdf
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    May 2010
    Posts
    1,344
    Thanks given
    961
    Thanks received
    132
    Rep Power
    216
    Code:
    	public int positions[] = new int[2000];
    	public int landScapes[] = new int[2000];
    	public int objects[] = new int[2000];
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2012
    Posts
    120
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    EDIT: nvm
    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. "Fix" Your config.jag and media.jag
    By Galkon in forum Tutorials
    Replies: 50
    Last Post: 11-08-2015, 11:50 PM
  2. PI add 634 maps paying
    By youngy_james in forum Buying
    Replies: 0
    Last Post: 02-20-2012, 09:26 PM
  3. Replies: 1
    Last Post: 06-10-2011, 02:34 AM
  4. Slashscape Config.Jag Fix
    By Insane in forum Snippets
    Replies: 12
    Last Post: 10-26-2010, 01:17 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
  •