Jump to content

Vkouk

Legendary Member
  • Posts

    4,676
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Vkouk

  1. ne,ala thimisou poria stis europaikes diorganosis
  2. xero polu 8umase palia omadara 2000-2001 pff
  3. o leto tha kani zimia fetos,ala monos dn nmz na pame pou8ena
  4. ontos,ala dn kanoume tpt malista arxige
  5. aapo amuna imaste pali gtp
  6. terma,amina dn exoume anyway anigo diko mas topic
  7. den exo anagki ta files s,kai tpt apo sena kai oute ta need :)
  8. akken,anti na kathese na mas pezis ton pro,asxolisou me to pack s :)
  9. eki uparxi problima ontos kalutero ine na use auto sta events
  10. Config.java public static boolean ALLOW_DUALBOX; ALLOW_DUALBOX = Boolean.parseBoolean(L2JModSettings.getProperty("AllowDualBox", "False")); l2jmod.properties AllowDualBox = False Enterworld.java if(!Config.ALLOW_DUALBOX) { String ip1 = activeChar.getClient().getConnection().getInetAddress().getHostAddress(); Collection<L2PcInstance> _players = L2World.getInstance().getAllPlayers(); for(L2PcInstance p : _players) { if(p != null) { String ip2 = p.getClient().getConnection().getInetAddress().getHostAddress(); if(ip1.equals(ip2) && activeChar != p && p != null) { activeChar.sendMessage("Dualbox isnt allowed"); activeChar.logout(); } } } } test it kai pes
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock