Posted December 9, 20177 yr comment_15815 hey guys, i am currently working on a custom server, im having an issue, certain model ids are very high in my cache, and in the client anything over around 75000 makes my client crash and cant login till i change the id, anyway to make it so it doesnt do that?
August 9, 20195 yr comment_34905 Change the amount of models the cache loads also i would recommend also changing the amount of poly that is loaded Within your client go to models.java and replace these values: public static int anIntArrayArray1674[][] = new int[12][65535];//maxPolygons1 public static int anIntArray1675[] = new int[65535];//maxPolygons2 public static int anIntArray1676[] = new int[65535];//maxPolygons3 Edited August 9, 20195 yr by omg fd up
Create an account or sign in to comment