Jump to content

Question

Posted

Hi guys...i try to add something on server (L2jaCis) and i get soem errors in eclipse.

This is errors

public static void Sex(L2PcInstance player)
	{
		player.getAppearance().setSex(player.getAppearance().getSex() ? false : true);
		player.sendMessage("Your gender has been changed,You will be disconected in 3 Seconds!");
		player.broadcastUserInfo();
		player.decayMe();
		player.spawnMe();
		ThreadPoolManager.getInstance().scheduleGeneral(() -> player.logout(false), 3000);
	}

I try to add this command in my L2jaCis Rev. https://xp-dev.com/svn/aCis_public/

Errors with pictures

#1 http://Jv8tavR.png

#2 http://u80VH5N.png

Thank you

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock