Syntax error on token "else",{expected...
Noriu isikelti Multifunction Zona,bet ties ta viena ir pastrigau.
case "NoHqZone":
temp = new L2NoHqZone(zoneId);
else if(zoneType.equals("MultiFunctionZone"))
temp = new L2MultiFunctionZone(zoneId);
}
break;
case "BossZone":
int boss_id = -1;
try
{
boss_id = Integer.parseInt(attrs.getNamedItem("bossId").getNodeValue());
}
catch (final IllegalArgumentException e)
{
e.printStackTrace();
}
temp = new L2BossZone(zoneId, boss_id);
break;
Istrynus else priedeli prie if klaida dingsta. Bet ar taip bus gerai?
Paskutinį kartą redagavo: 22 Lapkričio 2017 - 18:42