aporiahd 0 Posted December 9, 2017 Report Share Posted December 9, 2017 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? Link to comment Share on other sites More sharing options...
sammeh 0 Posted September 12, 2018 Report Share Posted September 12, 2018 Change the value in your model class Client sided Link to comment Share on other sites More sharing options...
 omg fd up 412 Posted August 9, 2019 Report Share Posted August 9, 2019 (edited) 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, 2019 by omg fd up Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now