Thread: [PI] Help O.o

Results 1 to 5 of 5
  1. #1 [PI] Help O.o 
    Registered Member Nuno555's Avatar
    Join Date
    Sep 2011
    Posts
    330
    Thanks given
    40
    Thanks received
    14
    Rep Power
    0
    fdshsdf
    Quote Originally Posted by soccerchamp149 View Post
    whats eclipse lol
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Oct 2011
    Posts
    173
    Thanks given
    10
    Thanks received
    11
    Rep Power
    11
    This would go in requests.
    Reply With Quote  
     

  3. #3  
    Registered Member Nuno555's Avatar
    Join Date
    Sep 2011
    Posts
    330
    Thanks given
    40
    Thanks received
    14
    Rep Power
    0
    abbbf
    Quote Originally Posted by soccerchamp149 View Post
    whats eclipse lol
    Reply With Quote  
     

  4. #4  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    Code:
    if (cmd.equals("staffonline")) {
      List<String> staff = new LinkedList<String>();
      for (Player p : PlayerHandler.players) {
         if (p != null && p.playerRights > 1) {
              staff.add(p.playername);
         }
      }
      c.sendMessage("Current staff online are:");
       for (String s : staff) {
          c.sendMessage(s);
       }
    }
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member
    Join Date
    Dec 2011
    Posts
    139
    Thanks given
    15
    Thanks received
    2
    Rep Power
    8
    Quote Originally Posted by Exile rsps View Post
    This would go in requests.
    Quote Originally Posted by nuno1996 View Post
    Just Gimme the god damn command
    burn.
    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
  •