Mc. Donalds Active Member Joined Mar 19, 2011 Posts 3,339 Reacts 0 Reputation 0 Credits 0 Aug 10, 2011 #1 Tutorial I'm following: http://www.r-server.org/runescape-development/rs2-client/tutorials/253018-how-make-your-project-insanity-client-webclient.html I don't have the 'abyte0 =' thing in Class36, and yes I'm on PI. I have this: public final class Class36 { public static byte[] getData(int i1, int i2) { if (i1 == 0) return FileOperations.ReadFile(signlink.findcachedir() + "/Data/Animation/Frame/" + i2 + ".dat"); else return FileOperations.ReadFile(signlink.findcachedir() + "/Data/Animation/Skin/" + i2 + ".dat"); } Click to expand... Any help?
Tutorial I'm following: http://www.r-server.org/runescape-development/rs2-client/tutorials/253018-how-make-your-project-insanity-client-webclient.html I don't have the 'abyte0 =' thing in Class36, and yes I'm on PI. I have this: public final class Class36 { public static byte[] getData(int i1, int i2) { if (i1 == 0) return FileOperations.ReadFile(signlink.findcachedir() + "/Data/Animation/Frame/" + i2 + ".dat"); else return FileOperations.ReadFile(signlink.findcachedir() + "/Data/Animation/Skin/" + i2 + ".dat"); } Click to expand... Any help?