erm when i added the code that he put up in the first post and edited it a lil bit i got this error after trying to compile:
Code:
Class46.java:19: incompatible types
found : int
required: int[]
class46.anIntArray773 = 10263; //object model id
^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
1 error
Press any key to continue . . .
i'v never seen this kind of error befor......can anyone help?
if u want i guess i can r3p whoever can help me
btw my coding in my class46.java looks like this:
Code:
if(i == 8000) {//id
class46.anIntArray773 = 10263; //object model id
class46.anIntArray776 = null;
class46.aString739 = null; //name
class46.aByteArray777 = "Test".getBytes(); //description
class46.anIntArray784 = null; //custom model colors
class46.anIntArray747 = null; //original model colors
class46.anInt744 = 1; // object length X
class46.anInt761 = 1; // object length Y
class46.aBoolean767 = false; //no clipped
class46.aBoolean757 = false;
class46.aBoolean778 = false; //has actions?
class46.aBoolean762 = false;
class46.aBoolean769 = false;
class46.aBoolean764 = false;
class46.anInt781 = -1;
class46.anInt775 = 16;
class46.aByte737 = 0;
class46.aByte742 = 0;
class46.aStringArray786 = null;
class46.anInt746 = -1;
class46.anInt758 = -1;
class46.aBoolean751 = false;
class46.aBoolean779 = true;
class46.anInt748 = 128;
class46.anInt772 = 128;
class46.anInt740 = 128;
class46.anInt768 = 0;
class46.anInt738 = 0;
class46.anInt745 = 0;
class46.anInt783 = 0;
class46.aBoolean736 = false;
class46.aBoolean766 = false;
class46.anInt760 = -1;
class46.anInt774 = -1;
class46.anInt749 = -1;
class46.anIntArray759 = null; //children id
}
this is odd to cause when i changed this:
Code:
class46.anIntArray773 = 10263; //object model id
to this:
Code:
class46.anIntArray773 = null; //object model id
i get no errors.......anyone know why i can't get this to work?