heres my error
src\client.java:743: not a statement Player player = playerAr ray[playerIndices[l2]]; ^ src\client.java:743: ';' expected Player player = playerAr ray[playerIndices[l2]]; ^ 2 errors Press any key to continue . . .
heres my code
for (int l2 = 0; l2 < playerCount; l2++) Player player = playerArray[playerIndices[l2]];
Im not to sure whats wrong and ive been working on this for hours (literally)
PS: "Player" is a class