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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...