i try to add at my Event dualbox check, i put at "addParticipant " this:
String ip = playerInstance.getClient().getConnection().getInetAddress().getHostAddress();
{
if (playerInstance.getClient().getConnection().getInetAddress().getHostAddress().equalsIgnoreCase(ip))
{
playerInstance.sendMessage("You have already joined the event with another character.");
return false;
}
}
and now i cant join at my event with one window, not even with dual box :P
https://jsoft.top/
here is an example, cms uses html pages.
Front-end you use your own, if you have a pure static template (html/css/js) I can adapt it.
If you are interested, I can give access to the admin panel to study the functionality
Question
rullezz
i try to add at my Event dualbox check, i put at "addParticipant " this:
and now i cant join at my event with one window, not even with dual box :P
maybe some one know whats wrong with this code?
40 answers to this question
Recommended Posts