Thread: Wrong section please remove.

Results 1 to 2 of 2
  1. #1 Wrong section please remove. 
    Registered Member Kristjan's Avatar
    Join Date
    Apr 2009
    Posts
    1,578
    Thanks given
    709
    Thanks received
    189
    Rep Power
    588
    The deob what i use originally is loading 377 maps, but when i pack the real 317 maps there, the loading gets stuck at: "Loading maps - 66%" Anyone know what may causes this?

    Packing map methods:

    Code:
    	public void maps() {
    		for(int ModelIndex = 0; ModelIndex < 70000; ModelIndex++) {
    			byte[] abyte0 = getMap(ModelIndex);
    			if(abyte0 != null && abyte0.length > 0) {
    				decompressors[4].method234(abyte0.length, abyte0, ModelIndex);
    				pushMessage("Model added successfully!", 0, "");
    			}
    		}
    	}
    	
    	public byte[] getMap(int Index) {
    		try {
    			File Map = new File(signlink.findcachedir() +"/Maps/"+Index+".gz");
    			byte[] aByte = new byte[(int)Map.length()];
    			FileInputStream Fis = new FileInputStream(Map);
    				Fis.read(aByte);
    				pushMessage("aByte = ["+aByte+"]!", 0, "");
    				Fis.close();
    			return aByte;
    		} catch(Exception e) {
    			return null;
    		}
    	}
    Spoiler for Signature:
    Previously known as: 508gu
    Quote Originally Posted by SamSoft View Post
    Vouch for Korra Legit, First pin Sold So now the 9m is off the table.
    Quote Originally Posted by Zoltz View Post
    vouch, quick trade very smooth will trade w/ again.
    Quote Originally Posted by Bundy View Post
    Very Legit Seller, Bought 170k Already, Still Buying More Of Him, Cheap Prices!
    Quote Originally Posted by Bundy View Post
    Vouch, Very Good Guy, Purchased Again !
    Quote Originally Posted by eduber1 View Post
    vouch service went fast and smoothly
    Quote Originally Posted by Jinrake View Post
    vouch bru
    Reply With Quote  
     

  2. #2  
    Registered Member Kristjan's Avatar
    Join Date
    Apr 2009
    Posts
    1,578
    Thanks given
    709
    Thanks received
    189
    Rep Power
    588
    Wrong secetion, sorry.
    Spoiler for Signature:
    Previously known as: 508gu
    Quote Originally Posted by SamSoft View Post
    Vouch for Korra Legit, First pin Sold So now the 9m is off the table.
    Quote Originally Posted by Zoltz View Post
    vouch, quick trade very smooth will trade w/ again.
    Quote Originally Posted by Bundy View Post
    Very Legit Seller, Bought 170k Already, Still Buying More Of Him, Cheap Prices!
    Quote Originally Posted by Bundy View Post
    Vouch, Very Good Guy, Purchased Again !
    Quote Originally Posted by eduber1 View Post
    vouch service went fast and smoothly
    Quote Originally Posted by Jinrake View Post
    vouch bru
    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. Wrong section remove please
    By Kduffy45 in forum Help
    Replies: 0
    Last Post: 02-07-2011, 12:03 AM
  2. Please Remove/Delete - Put in wrong section sorry.
    By Elit3k1lla in forum Advertise
    Replies: 9
    Last Post: 12-24-2010, 02:03 AM
  3. Replies: 4
    Last Post: 08-19-2008, 05: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
  •