*Keliu tema i virsu*
Na, su daugeliu erroru susitvarkiau, beliko tik 3
Error Log:
[img]http://s7.postimage.org/bnnt9lbcb/Java_Error_Log.png[/img]
Kodo Dalis:
if(cha instanceof L2PcInstance)
{
L2PcInstance player = (L2PcInstance) cha;
_access = player.getAccessLevel();
_clan = player.getClan();
_canTeleport = !((TvT.is_started() && player._inEventTvT)
|| (DM.is_started() && player._inEventDM)
|| (CTF.is_started() && player._inEventCTF)
|| player.isInFunEvent()
|| player.isPendingRevive());
|| player.isPendingRevive()
|| (player.isInsideZone(L2Character.ZONE_MULTIFUNCTION) && L2MultiFunctionZone.revive)) ;
}
Dekui!