Thread: [PI] Pest Control

Results 1 to 10 of 10
  1. #1 [PI] Pest Control 
    Banned
    Join Date
    Jul 2011
    Posts
    293
    Thanks given
    3
    Thanks received
    1
    Rep Power
    0
    I have this added


    public void setInterface() {
    for (int j = 0; j < Server.playerHandler.players.length; j++) {
    if (Server.playerHandler.players[j] != null) {
    if (Server.playerHandler.players[j].inPcBoat()) {
    Client c = (Client) Server.playerHandler.players[j];
    c.getPA().sendFrame126("Next Departure: " + waitTimer + "",
    21006);
    c.getPA().sendFrame126(
    "Players Ready: " + playersInBoat() + "", 21007);
    c.getPA().sendFrame126("(Need 3 to 25 players)", 21008);
    c.getPA().sendFrame126("Pest Points: " + c.pcPoints + "",
    21009);
    }


    But in-game it doesn't show it at the top left

    Any ideas?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Joker's Avatar
    Join Date
    Nov 2009
    Age
    28
    Posts
    1,845
    Thanks given
    378
    Thanks received
    1,206
    Rep Power
    5000
    Code:
    case 14315:
        if(c.inPcBoat()) {
            PestControl.setInterface();
        }
        break;
    

    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Jul 2011
    Posts
    293
    Thanks given
    3
    Thanks received
    1
    Rep Power
    0
    Do I replace what I have with that or what
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Mar 2011
    Posts
    521
    Thanks given
    2
    Thanks received
    30
    Rep Power
    0
    Did you add the actual interface?..
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Jul 2011
    Posts
    293
    Thanks given
    3
    Thanks received
    1
    Rep Power
    0
    Client sided?

    It worked with my old client new client it doesn't

    If not cant I just change something I cba to add interface client sided
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Jul 2011
    Posts
    290
    Thanks given
    84
    Thanks received
    101
    Rep Power
    0
    The new client probably has different ids for the interface. Check.
    Reply With Quote  
     

  7. #7  
    Banned
    Join Date
    Jul 2011
    Posts
    293
    Thanks given
    3
    Thanks received
    1
    Rep Power
    0
    How..

    Ffs 5$ for right answer
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Jul 2011
    Posts
    293
    Thanks given
    3
    Thanks received
    1
    Rep Power
    0
    Anyone?
    Reply With Quote  
     

  9. #9  
    Banned
    Join Date
    Aug 2008
    Age
    31
    Posts
    832
    Thanks given
    53
    Thanks received
    62
    Rep Power
    0
    Check your RSInterface.java client sided and see if it has a different ID for Pest Control, if it does, display that interface instead of the old one.
    Reply With Quote  
     

  10. #10  
    Registered Member x Mariokillu x's Avatar
    Join Date
    Dec 2010
    Age
    29
    Posts
    294
    Thanks given
    10
    Thanks received
    1
    Rep Power
    1
    Post your case for being in the boat
    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. Help with pest control
    By ~google~ in forum Help
    Replies: 1
    Last Post: 01-08-2011, 11:34 PM
  2. Pest Control [PI]
    By Xuzk in forum Help
    Replies: 5
    Last Post: 07-28-2010, 02:53 AM
  3. T3 At pest-control
    By w::v::d in forum Help
    Replies: 3
    Last Post: 05-05-2009, 03:57 PM
  4. pest control -.-
    By MetalGear in forum Help
    Replies: 2
    Last Post: 01-13-2009, 12:39 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
  •