Thread: [PI] Help with a Command?

Results 1 to 6 of 6
  1. #1 [PI] Help with a Command? 
    Registered Member 'Glory's Avatar
    Join Date
    Jul 2010
    Age
    26
    Posts
    70
    Thanks given
    1
    Thanks received
    1
    Rep Power
    1
    I need help with this command, to make it Show the text in the interface, whats the Codes that i have to add below
    Code:
    c.getPA().showInterface(6028);
    ?
    Is it something like this??? HELP PLEASe
    Code:
    c.sendframe("MESSAGE HERE", 6029);
    i think itryd that and it wont work? help please
    Code:
     
    			if (playerCommand.equalsIgnoreCase("commands")) {
                                    c.getPA().showInterface(6028);   
    				c.sendframe("@[email protected] Commands @[email protected]@[email protected] ::players, ::changepassword, ::barrows, ::rzp and, ::agility");
    				c.sendMessage("@[email protected] commands @[email protected]@[email protected] ::mute, ::unmute, ::ipmute, ::unipmute, ::yell");
    				c.sendMessage("@[email protected] commands @[email protected]@[email protected] ::leader, ::ban, ::ipban, ::unban, ::unipban ::yell");
    			}

    I'm 'Glory ;D
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jun 2010
    Age
    24
    Posts
    2,530
    Thanks given
    544
    Thanks received
    584
    Rep Power
    411
    c.sendFrame126("Text", ID of the place text should be shown)
    Reply With Quote  
     

  3. #3  
    Registered Member 'Glory's Avatar
    Join Date
    Jul 2010
    Age
    26
    Posts
    70
    Thanks given
    1
    Thanks received
    1
    Rep Power
    1
    Umm, it isnt showing the text
    Code:
    			if (playerCommand.equalsIgnoreCase("commands")) {
                                    c.getPA().showInterface(6028);
                                    c.getPA().sendFrame126("@[email protected] Commands @[email protected]@[email protected] ::players, ::changepassword, ::barrows, ::rzp and, ::agility", 6029);
    }

    I'm 'Glory ;D
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Aug 2009
    Posts
    608
    Thanks given
    1
    Thanks received
    17
    Rep Power
    6
    Try using like 6033 for the text.
    If it doesn't work, then just set it client sided.
    Reply With Quote  
     

  5. #5  
    Registered Member 'Glory's Avatar
    Join Date
    Jul 2010
    Age
    26
    Posts
    70
    Thanks given
    1
    Thanks received
    1
    Rep Power
    1
    iight got it

    I'm 'Glory ;D
    Reply With Quote  
     

  6. #6  
    Registered Member unforgivable's Avatar
    Join Date
    Sep 2009
    Age
    31
    Posts
    146
    Thanks given
    9
    Thanks received
    4
    Rep Power
    7
    Glory, can you help me get it? I need this too please I will appreciated so much!
    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. Replies: 50
    Last Post: 04-17-2014, 02:19 PM
  2. new type of pure command or master command
    By brodyjenkins in forum Configuration
    Replies: 18
    Last Post: 05-16-2010, 07:59 AM
  3. Command Handler - Uses Tjays command base.
    By Greyfield in forum Tutorials
    Replies: 17
    Last Post: 09-19-2009, 11:06 PM
  4. Replies: 4
    Last Post: 02-13-2009, 12:32 AM
  5. Custom Command Voids(Command Hndler)
    By AlexMason in forum Tutorials
    Replies: 7
    Last Post: 03-22-2008, 12:41 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
  •