protected L2PcInstance getPlayerWithMaxScore()
{
L2PcInstance max = players.head().getNext().getKey();
for (L2PcInstance player : players.keySet())
if (players.get(player)[2] > players.get(max)[2])
max = player;
return max;
}
I have this error, can someone tell me how to stay?
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.
Question
L2shaken
http://imgur.com/a/gZoEQ
I have this error, can someone tell me how to stay?
Edited by L2shaken15 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.