Bro why u put at the end of pots "Lineage 2 Elmore Administration" ?
Its like ppl here are adressing to some professional human resources employee of some huge company.
Hello, we would like to recommend you the best L2RMT.COM announcer. Our advantages: user-friendly, international audience from all over the world.
We advise you to add your project to our websitе
Question
Irrelevant 8
hello ..i have a problem . I tried to add the code when admin create mass item only 1window per ip can receive.
i add this:
Collection <L2PcInstance> pls = L2World.getInstance (). getAllPlayers ();
for (L2PcInstance p: pls)
{
final String ip = p.getClient().getConnection().getInetAddress().getHostAddress();
if (ips.contains(ip))
continue;
blablabla
but it doesnt work :/ any help ?
code hasnt errors, just in game doesnt work :/
edit: i use arraylist not hash
Edited by IrrelevantShare this post
Link to post
Share on other sites
16 answers to this question
Recommended Posts