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())
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.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Question
Bobi
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
0 answers to this question
Recommended Posts
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.