Thread: ::commands, command.

Results 1 to 6 of 6
  1. #1 ::commands, command. 
    Registered Member
    Join Date
    Jul 2011
    Posts
    537
    Thanks given
    25
    Thanks received
    35
    Rep Power
    0
    Hey i want to make a ::commands command which will make an interface appear with all the types of commands there are, i'm just not sure how to make a interface come up with a commands..Any help would be appreciated


    Thanks
    I support Eliminate.


    [Today 06:28 PM] Scu11: Mans gotta spread his wings, to do his tings
    Reply With Quote  
     

  2. #2  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    Code:
                    if(playerCommand.startsWith("Commands")){
                    c.getPA().sendFrame126("Commads", 8144);
    		c.getPA().sendFrame126("::players", 8145);
    		c.getPA().sendFrame126("", 8147);
    		c.getPA().sendFrame126("", 8148);
    		c.getPA().sendFrame126("", 8149);
    		c.getPA().sendFrame126("", 8150);
    		c.getPA().sendFrame126("", 8151);
    		c.getPA().sendFrame126("", 8152);
    		c.getPA().sendFrame126("", 8153);
    		c.getPA().sendFrame126("", 8154);
    		c.getPA().sendFrame126("", 8155);
    		c.getPA().sendFrame126("", 8156);
    		c.getPA().showInterface(8134);
    		c.flushOutStream();
    }
    That's it. i think post any errors.


    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2011
    Posts
    537
    Thanks given
    25
    Thanks received
    35
    Rep Power
    0
    Ok thanks, where would i post the text? i'll add it now.
    I support Eliminate.


    [Today 06:28 PM] Scu11: Mans gotta spread his wings, to do his tings
    Reply With Quote  
     

  4. #4  
    The One And Only

    01053's Avatar
    Join Date
    Apr 2011
    Age
    28
    Posts
    2,887
    Thanks given
    417
    Thanks received
    885
    Rep Power
    856
    Quote Originally Posted by Sulfur View Post
    Ok thanks, where would i post the text? i'll add it now.
    Code:
                    if(playerCommand.startsWith("Commands")){
                    c.getPA().sendFrame126("Commads", 8144);
    		c.getPA().sendFrame126("::players", 8145);
    		c.getPA().sendFrame126("", 8147);
    		c.getPA().sendFrame126("", 8148);
    		c.getPA().sendFrame126("", 8149);
    		c.getPA().sendFrame126("", 8150);
    		c.getPA().sendFrame126("", 8151);
    		c.getPA().sendFrame126("", 8152);
    		c.getPA().sendFrame126("", 8153);
    		c.getPA().sendFrame126("", 8154);
    		c.getPA().sendFrame126("", 8155);
    		c.getPA().sendFrame126("", 8156);
    		c.getPA().showInterface(8134);
    		c.flushOutStream();
    }
    Where the red :layers is at and in those " " areas below it add the commands u have.


    Reply With Quote  
     

  5. #5  
    Previously Hyperion


    Join Date
    Jan 2009
    Posts
    1,254
    Thanks given
    3
    Thanks received
    18
    Rep Power
    138
    You place text for each line in between the string identifiers ("")
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jul 2011
    Posts
    537
    Thanks given
    25
    Thanks received
    35
    Rep Power
    0
    Ok thanks alot guys, appreciate it!
    I support Eliminate.


    [Today 06:28 PM] Scu11: Mans gotta spread his wings, to do his tings
    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. ::Commands Command
    By TrainWrecked in forum Help
    Replies: 2
    Last Post: 08-02-2011, 09:33 PM
  2. [PI] How to add ::commands command?
    By JayPkz in forum Help
    Replies: 1
    Last Post: 07-26-2011, 09:16 AM
  3. Replies: 4
    Last Post: 12-21-2010, 09:36 PM
  4. Replies: 4
    Last Post: 12-19-2010, 11:46 PM
  5. ::help and ::commands . command?
    By Boxxy in forum Help
    Replies: 3
    Last Post: 09-20-2009, 03:15 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
  •