Results 1 to 2 of 2
- 10-28-2011, 11:47 AM #1
Member
- Join Date
- Oct 2011
- Posts
- 9
- Rep Power
- 0
Can only iterate over an array.... Miss understanding
I found some scripts but i always have problem applying them to my build of server,
I never had any other problems with other custom scripts, just cant get anitdual box work.
Most common to use is /* This program is free software; you can redistribute it and/or modify * it u - Pastebin.com
but when i just paste
L2World.getInstance().getAllPlayers()) - eclipse gives me error on this line (It may sound stupid for some of you java proffesionals, but i actually have no idea what he want from me)Java Code:public static void disc(final L2PcInstance player) { player.sendPacket(new CreatureSay(1, Say2.HERO_VOICE, "SYSTEM", "You cannot play with dualbox.")); ThreadPoolManager.getInstance().scheduleGeneral(new Runnable() { public void run() { player.closeNetConnection(); } }, 20000); } public static boolean check(L2PcInstance player) { boolean loggedz0r = false; for (L2PcInstance playerz0r : L2World.getInstance().getAllPlayers())
it say's "Can only iterate over an array or an instance of java.lang.Iterable"
I found some explanations in google, but it's not written in human language I actually couldn't understand what he wants from me.
Any one can suggest fix (Well better be a little explanation)
- 10-28-2011, 02:28 PM #2
Similar Threads
-
How to iterate over objects in a class?
By Neilos in forum New To JavaReplies: 10Last Post: 08-18-2011, 08:02 PM -
iterate through a HashMap ?
By aneuryzma in forum New To JavaReplies: 2Last Post: 03-27-2011, 03:26 PM -
How to iterate through two Arrays?
By aRTx in forum Advanced JavaReplies: 3Last Post: 05-18-2010, 07:48 AM -
[SOLVED] JNI gives Error undefined Symbol, do I miss an Headerfile?
By hannehomuth in forum Advanced JavaReplies: 2Last Post: 07-03-2008, 01:43 PM -
Using Enumeration to iterate through Hashtable
By Java Tip in forum Java TipReplies: 0Last Post: 02-15-2008, 08:44 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks