Thread: [PI] Actionbuttons HELP ASAP

Results 1 to 4 of 4
  1. #1 [PI] Actionbuttons HELP ASAP 
    Registered Member
    Join Date
    Feb 2013
    Posts
    45
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    My actionbuttons won't show up on my console how do I get them to show?
    I can't find any tutorials or snippets but I know there's one out there because I had the same problem with an old project a while ago.
    Thank you.
    Reply With Quote  
     

  2. #2  
    Retired From RSPS

    iGarrett's Avatar
    Join Date
    Dec 2013
    Posts
    461
    Thanks given
    144
    Thanks received
    110
    Rep Power
    187
    something like...

    Code:
    print("Action Button: " +actionButtonId);
    Quote Originally Posted by i am here View Post
    I have never messed with Eclipse. Is it a whole new revision or type of code?
    Quote Originally Posted by bibl View Post
    hahaha, good one m9. "deob" is short for "deobfuscated" which is not the same as decompiled.
    I'm GEEGIN' OUT
    Reply With Quote  
     

  3. #3  
    Quality over quantity


    Join Date
    Dec 2011
    Age
    28
    Posts
    1,318
    Thanks given
    74
    Thanks received
    157
    Rep Power
    110
    Goes in ClickingButtons.java

    Code:
    int actionButtonId = Misc.hexToInt(c.getInStream().buffer, 0,
    				packetSize);
    Code:
    if (c.playerRights == 3)
    			Misc.println(c.playerName + "Action button: " + actionButtonId);
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Registered Member
    Join Date
    Feb 2013
    Posts
    45
    Thanks given
    1
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by Notgower View Post
    Goes in ClickingButtons.java

    Code:
    int actionButtonId = Misc.hexToInt(c.getInStream().buffer, 0,
    				packetSize);
    Code:
    if (c.playerRights == 3)
    			Misc.println(c.playerName + "Action button: " + actionButtonId);

    Thanks I appreciate it man
    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: 2
    Last Post: 12-01-2011, 03:35 AM
  2. [PI] Need help ASAP
    By realmscape in forum Help
    Replies: 0
    Last Post: 09-29-2011, 04:54 AM
  3. [PI] Huge NPC Problem + Pic, Need help ASAP
    By jordan641 in forum Help
    Replies: 5
    Last Post: 03-26-2011, 07:06 PM
  4. [Pi] Run error, i need help ASAP please
    By Anthony in forum Help
    Replies: 4
    Last Post: 03-17-2011, 11:05 AM
  5. [PI] Models invisible? HELP ASAP [PI]
    By coledp5 in forum Help
    Replies: 2
    Last Post: 07-10-2010, 02:29 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
  •