Thread: Paying Up To $20

Results 1 to 6 of 6
  1. #1 Paying Up To $20 
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    Nvm .
    Reply With Quote  
     

  2. #2  
     

    Vastiko's Avatar
    Join Date
    Dec 2006
    Posts
    5,700
    Thanks given
    300
    Thanks received
    663
    Rep Power
    5000
    public List<String> dead = new ArrayList<String>();

    \tpublic boolean check(String name) {
    \t\tint x = 0;
    \t\tfor(String s : dead) {
    \t\t\tif(s.equalsIgnoreCase(name)) {
    \t\t\t\tx++;
    \t\t\t}
    \t\t}
    \t if(x >= 3) {
    \t\t return false;
    \t }
    \t return true;
    \t}

    public void dead(Player player) {
    \t dead.put(player.playerName);
    }
    Reply With Quote  
     

  3. #3  
    Community Veteran

    Dexter Morgan's Avatar
    Join Date
    Nov 2008
    Age
    28
    Posts
    4,419
    Thanks given
    1,184
    Thanks received
    757
    Rep Power
    3098
    Quote Originally Posted by Ventrillo View Post
    public List<String> dead = new ArrayList<String>();

    \tpublic boolean check(String name) {
    \t\tint x = 0;
    \t\tfor(String s : dead) {
    \t\t\tif(s.equalsIgnoreCase(name)) {
    \t\t\t\tx++;
    \t\t\t}
    \t\t}
    \t if(x >= 3) {
    \t\t return false;
    \t }
    \t return true;
    \t}

    public void dead(Player player) {
    \t dead.put(player.playerName);
    }
    Can you explain what the \t does?
    Reply With Quote  
     

  4. #4  
    Optimist

    Vice's Avatar
    Join Date
    Nov 2007
    Age
    28
    Posts
    3,263
    Thanks given
    3
    Thanks received
    59
    Rep Power
    2536
    An anti leech lolol
    Jack
    Scotland
    Undergraduate - BSc Computing Science
    Reply With Quote  
     

  5. #5  
    SERGEANT OF THE MASTER SERGEANTS MOST IMPORTANT PERSON OF EXTREME SERGEANTS TO THE MAX!

    cube's Avatar
    Join Date
    Jun 2007
    Posts
    8,871
    Thanks given
    1,854
    Thanks received
    4,745
    Rep Power
    5000
    Quote Originally Posted by L M A O View Post
    Can you explain what the \t does?
    It's tab

    Attached image

    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    May 2009
    Posts
    1,387
    Thanks given
    21
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by Ventrillo View Post
    public List<String> dead = new ArrayList<String>();

    \tpublic boolean check(String name) {
    \t\tint x = 0;
    \t\tfor(String s : dead) {
    \t\t\tif(s.equalsIgnoreCase(name)) {
    \t\t\t\tx++;
    \t\t\t}
    \t\t}
    \t if(x >= 3) {
    \t\t return false;
    \t }
    \t return true;
    \t}

    public void dead(Player player) {
    \t dead.put(player.playerName);
    }
    Mm maps. Thanks.
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •