Thread: (Matrix) Most players ever online

Page 1 of 3 123 LastLast
Results 1 to 10 of 25
  1. #1 (Matrix) Most players ever online 
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1390
    removed.
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Apr 2012
    Posts
    30
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Lolololol.
    Reply With Quote  
     

  3. #3  
    touched like seafood
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    23
    Posts
    4,838
    Thanks given
    1,676
    Thanks received
    1,567
    Discord
    View profile
    Rep Power
    1390
    What?
    [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] | [Only registered and activated users can see links. ] (official dog of rune-server)
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Feb 2011
    Posts
    220
    Thanks given
    1
    Thanks received
    12
    Rep Power
    5
    A guy with 30 posts is saying Lolololol, its a good contribution and addition.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Aug 2012
    Posts
    2,971
    Thanks given
    1,197
    Thanks received
    643
    Rep Power
    0
    I'm currently lost on this post?
    Reply With Quote  
     

  6. #6  
    Hi.

    'Mystic Flow's Avatar
    Join Date
    Nov 2007
    Posts
    7,141
    Thanks given
    256
    Thanks received
    1,247
    Rep Power
    3636
    Thanks for giving me creds for the readFile method

    [Only registered and activated users can see links. ]

    Reply With Quote  
     

  7. Thankful user:


  8. #7  
    Registered Member
    Lysergist's Avatar
    Join Date
    Jul 2012
    Posts
    914
    Thanks given
    370
    Thanks received
    536
    Discord
    View profile
    Rep Power
    138
    Quote Originally Posted by 'Mystic Flow View Post
    Thanks for giving me creds for the readFile method
    Why the fuck would you need credits when loading it from a file...if people can't do that themselves they don't need to be programming rofl.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  9. Thankful users:


  10. #8  
    Registered Member

    Join Date
    Sep 2008
    Posts
    1,801
    Thanks given
    4
    Thanks received
    50
    Rep Power
    636
    Quote Originally Posted by Arravs View Post
    Why the fuck would you need credits when loading it from a file...if people can't do that themselves they don't need to be programming rofl.
    Your want to be right is clouding your ability to communicate peacefully with people
    you can't force your opinion on other people. there is no right or wrong. there is people and emotions. we either help or don't help
    anyways ontopic, i kinda like this especially since when i put up a server i usually leave it run for a week before i check it haha
    Reply With Quote  
     

  11. Thankful user:


  12. #9  
    Registered Member
    Lysergist's Avatar
    Join Date
    Jul 2012
    Posts
    914
    Thanks given
    370
    Thanks received
    536
    Discord
    View profile
    Rep Power
    138
    Quote Originally Posted by zach. View Post
    Your want to be right is clouding your ability to communicate peacefully with people
    you can't force your opinion on other people. there is no right or wrong. there is people and emotions. we either help or don't help
    anyways ontopic, i kinda like this especially since when i put up a server i usually leave it run for a week before i check it haha
    All I was saying is, why would you need credits for something so simple that you should know if you're programming java.
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  13. Thankful user:


  14. #10  
    Extreme Donator


    Join Date
    Jul 2009
    Age
    24
    Posts
    4,350
    Thanks given
    824
    Thanks received
    1,237
    Rep Power
    1789
    Quote Originally Posted by Arravs View Post
    Why the fuck would you need credits when loading it from a file...if people can't do that themselves they don't need to be programming rofl.
    Code:
     public static LinkedList<String> readFile(String directory) throws IOException {
            LinkedList<String> fileLines = new LinkedList<String>();
            BufferedReader reader = null;
            try {
                reader = new BufferedReader(new FileReader(directory));
                String string;
                while ((string = reader.readLine()) != null) {
                    fileLines.add(string);
                }
            } finally {
                if (reader != null) {
                    reader.close();
                    reader = null;
                }
            }
            return fileLines;
        }

    Is directly from the dementhium source.

    You can find my [Only registered and activated users can see links. ], for what I'm currently working on.
    Reply With Quote  
     

  15. Thankful user:


Page 1 of 3 123 LastLast

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. Set Other PLayers Skill Matrix 729
    By That 1 Black Guy in forum Help
    Replies: 1
    Last Post: 10-13-2012, 07:39 AM
  2. Monsters ONLINE - MORPG Online game with Hundreads of players!
    By Versuprace in forum Website Development
    Replies: 11
    Last Post: 02-03-2012, 09:19 AM
  3. Better players online [shows 100 players]
    By Fubergen in forum Snippets
    Replies: 10
    Last Post: 04-05-2010, 02:34 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •