Jump to content
  • 0

Autoannoument Error ?


Question

Posted

Hello

I try to import this
http://www.maxcheaters.com/topic/175449-share-autoannouncements/
to my acis pack
but how u can see i don`t have knowledges on java
so i get error like this :

StringTokenizer cannot be resolved to a type
 

net/sf/l2j/handler/admincommandhandlers/AdminAnnouncements.java

// FIXME the player can send only 16 chars (if you try to send more
			        // it sends null), remove this function or not?
			        if (!command.equals("admin_add_autoannouncement"))
			        {
			            try
			            {
			                StringTokenizer st = new StringTokenizer(command.substring(27));
			                int delay = Integer.parseInt(st.nextToken().trim());
			                String autoAnnounce = st.nextToken();
			                if (delay > 30)
			                {
			                    while (st.hasMoreTokens())

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..