Thread: [PI] Command help [PI]

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 [PI] Command help [PI] 
    Registered Member
    Join Date
    Jun 2011
    Posts
    28
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Hello rune-server i have a ::4 and a ::8 command in my server.
    The problem is that you can put 3 weapons and then a fishing net for example and it will make you weild the fishing net when you do ::4 does anyone know a fix for this otherwise ill have to remove the command thanks.

    EDIT: What the commands do


    if(playerCommand.startsWith("8")) {
    for (int i = 0; i < 8 ; i++){
    c.getItems().wearItem(c.playerItems[i]-1,i);
    }
    c.sendMessage("8 way switch!");
    }
    if(playerCommand.startsWith("4")) {
    for (int i = 0; i < 4 ; i++){
    c.getItems().wearItem(c.playerItems[i]-1,i);
    }
    c.sendMessage("4 way switch!");
    }
    Reply With Quote  
     

  2. #2  
    RevolutionX PK
    All3n's Avatar
    Join Date
    Jul 2010
    Posts
    1,172
    Thanks given
    1,380
    Thanks received
    527
    Rep Power
    982
    What exactly do the commands do?
    Reply With Quote  
     

  3. #3  
    Registered Member

    Join Date
    Sep 2009
    Age
    27
    Posts
    2,768
    Thanks given
    367
    Thanks received
    187
    Rep Power
    458
    i have no idea what you're talking about, expain more.
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Mar 2011
    Age
    29
    Posts
    97
    Thanks given
    35
    Thanks received
    5
    Rep Power
    0
    Just Remove the commands hahaha save you time and they seem pretty pointless o.-
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2011
    Posts
    28
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    One second ill make a demo video
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jun 2011
    Posts
    28
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    watch that you might understand more.
    Reply With Quote  
     

  7. #7  
    Owner Of Fallen-Dreams ItzMason's Avatar
    Join Date
    Jul 2011
    Posts
    181
    Thanks given
    4
    Thanks received
    7
    Rep Power
    26
    Yeah, what those commands do will help us alot.
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Mar 2010
    Age
    29
    Posts
    686
    Thanks given
    35
    Thanks received
    92
    Rep Power
    157
    You could post the commands?
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Jun 2011
    Posts
    28
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Bump updated
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jun 2011
    Posts
    28
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Bump still need a fix
    Reply With Quote  
     

Page 1 of 2 12 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. Replies: 50
    Last Post: 04-17-2014, 02:19 PM
  2. Replies: 3
    Last Post: 07-02-2011, 01:57 AM
  3. Replies: 4
    Last Post: 12-21-2010, 09:36 PM
  4. Replies: 4
    Last Post: 12-19-2010, 11:46 PM
  5. Replies: 4
    Last Post: 02-13-2009, 12:32 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
  •