Jump to content

Question

Posted (edited)

Hello again guys i have a little problem with this code im getting error check this out !! and help if you can please ))

GSPZcxI.png

 

Edited by z1r3k

7 answers to this question

Recommended Posts

  • 1
Posted (edited)

Look your screen, main method. That's the correct place and method is registerHandler. You have registered tvt command. Do the same. 

Edited by SweeTs
  • 0
Posted (edited)

Well, I will be honest. It's enough to look on it. Don't you feel like your line is in wrong method and the method you  call doesn't exists (it exists under other name)? Hint, you have one command already registered.

Edited by SweeTs
  • 0
Posted
2 minutes ago, SweeTs said:

Well, I will be honest. It's enough to look on it. Don't you feel like your line is in wrong method? Hint, you have one command registered.

Do you feel that something is wrong with my method also? cause it pop up errors.

class extend void loot{}
(
  while(for i=0) do println("hI");
)

 

  • 0
Posted

hmm i didnt get it im trying to put this code but im getting  error

net.sf.l2j.gameserver.handler.VoicedCommandHandler.java

import net.sf.l2j.gameserver.handler.voicedcommandhandlers.BankingCmd;

if(Config.BANKING_SYSTEM_ENABLED)
		{
			registerVoicedCommandHandler(new BankingCmd());
		}
Guest
This topic is now closed to further replies.


×
×
  • Create New...