Thread: advanced doors.cfg

Results 1 to 10 of 10
  1. #1 advanced doors.cfg 
    Banned

    Join Date
    May 2016
    Age
    55
    Posts
    1,137
    Thanks given
    565
    Thanks received
    600
    Rep Power
    0
    Attached image
    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    Registered MrClassic
    MrClassic's Avatar
    Join Date
    Oct 2008
    Age
    15
    Posts
    2,063
    Thanks given
    24,154
    Thanks received
    551
    Rep Power
    5000
    thanks I will use it in my server rep+
    Reply With Quote  
     

  4. #3  
    #1 Interface Services

    Herb's Avatar
    Join Date
    Nov 2015
    Posts
    587
    Thanks given
    181
    Thanks received
    705
    Rep Power
    4387
    Pfff my door code is the best u can ever use.

    Private Public int;

    Bootleg isDoor(String string1, String string2) {
    if (string1.length() != string2.length()) {
    return false;
    }
    char[] a1 = string1.toCharArray();
    char[] a2 = string2.toCharArray();
    Arrays.sort(a1);
    Arrays.sort(a2);
    return Arrays.equals(a1, a2);
    Break;
    }
    Spoiler for signature:
    Reply With Quote  
     

  5. #4  
    Administrator

    Kevy's Avatar
    Join Date
    Jul 2006
    Posts
    1,428
    Thanks given
    204
    Thanks received
    1,905
    Rep Power
    5000
    Very innovative solution. It just works!
    Thanks, Kevin.
    Reply With Quote  
     

  6. #5  
    48 0x69

    Pax M's Avatar
    Join Date
    Oct 2013
    Posts
    2,008
    Thanks given
    36
    Thanks received
    488
    Rep Power
    2270
    I'm getting an error pls help
    Reply With Quote  
     

  7. #6  
    Registered Member
    hc747's Avatar
    Join Date
    Dec 2013
    Age
    26
    Posts
    1,474
    Thanks given
    3,312
    Thanks received
    691
    Rep Power
    1098
    Trying adding a return statement, see if that works.
    Quote Originally Posted by Herb View Post
    Pfff my door code is the best u can ever use.

    Private Public int;


    Bootleg isDoor(String string1, String string2) {
    if (string1.length() != string2.length()) {
    return false;
    }
    char[] a1 = string1.toCharArray();
    char[] a2 = string2.toCharArray();
    return;
    Arrays.sort(a1);
    Arrays.sort(a2);
    return Arrays.equals(a1, a2);
    Break;
    }
    Reply With Quote  
     

  8. #7  
    #1 Interface Services

    Herb's Avatar
    Join Date
    Nov 2015
    Posts
    587
    Thanks given
    181
    Thanks received
    705
    Rep Power
    4387
    Quote Originally Posted by hc747 View Post
    Trying adding a return statement, see if that works.
    It worked!
    Spoiler for signature:
    Reply With Quote  
     

  9. #8  
    L O S E Y O U R S E L F
    Format's Avatar
    Join Date
    Aug 2013
    Posts
    2,311
    Thanks given
    1,131
    Thanks received
    1,461
    Rep Power
    5000
    wow factor


    Reply With Quote  
     

  10. #9  
    Extreme Donator


    Join Date
    Apr 2019
    Posts
    332
    Thanks given
    140
    Thanks received
    167
    Rep Power
    1248
    I can't seem to get this working, can you add me on discord.
    Reply With Quote  
     

  11. #10  
    Registered Member
    Tamatea's Avatar
    Join Date
    Aug 2010
    Posts
    1,317
    Thanks given
    401
    Thanks received
    357
    Rep Power
    2457
    Could you add this for me on anydesk
    Spoiler for sig too large:


    Attached image
    Attached image
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Replies: 1
    Last Post: 06-24-2010, 04:22 AM
  2. Riot/ door.cfg being gay
    By ICEAuthority in forum Help
    Replies: 3
    Last Post: 05-26-2010, 02:45 PM
  3. post your doors.cfg here
    By sylas in forum Snippets
    Replies: 11
    Last Post: 04-23-2010, 12:26 AM
  4. Door.cfg
    By Mergim in forum Requests
    Replies: 2
    Last Post: 09-27-2009, 01:20 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •