Thread: Debug Client?

Results 1 to 4 of 4
  1. #1 Debug Client? 
    Member
    Join Date
    Sep 2008
    Posts
    116
    Thanks given
    1
    Thanks received
    2
    Rep Power
    0
    I need to find the case Ids for one of my interfaces. Does anyone know how to make it to where when you hover your mouse over a button, it shows the id?
     

  2. #2  
    Registered Member Debug Client? Market Banned

    JPlusPlus's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    1,179
    Thanks given
    63
    Thanks received
    32
    Rep Power
    730
    Just use Moparscape's client or a cheat client. There used to be a tutorial that I read once but I think it got removed a while back because the user was banned.
     

  3. #3  
    Member
    Join Date
    Sep 2008
    Posts
    116
    Thanks given
    1
    Thanks received
    2
    Rep Power
    0
    those client arent compatible with my source
     

  4. #4  
    Registered Member Debug Client? Market Banned

    JPlusPlus's Avatar
    Join Date
    Jul 2008
    Age
    28
    Posts
    1,179
    Thanks given
    63
    Thanks received
    32
    Rep Power
    730
    In that case.

    Check your server for wherever case 185: is. (Usually client.java)

    And add a default that sends a message with the button ID.
    Something like default: sendMessage("The button you pressed as the ID: " +buttonID);

    or something similar to that.
     


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
  •