Thread: PI - Walkable interface

Results 1 to 8 of 8
  1. #1 PI - Walkable interface 
    Registered Member
    Join Date
    Nov 2010
    Posts
    34
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I'm trying to create a walkable interface for a minigame, but it doesn't stay, it appears briefly and disappears. If I stick it in process(), which I obviously want to avoid, it just blinks on and off. Anyone know how to do this properly? My code seems to be the exact same as any other walkable interface that's already been set up.
    Reply With Quote  
     

  2. #2  
    AleroBio Owner

    Join Date
    Feb 2011
    Posts
    362
    Thanks given
    26
    Thanks received
    13
    Rep Power
    0
    There should be a method in your source for this?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2010
    Posts
    34
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    I know. I'm using the correct method. I'm saying it doesn't work. My code:

    Code:
    c.getPA().sendFrame126("", 21120);
    c.getPA().sendFrame126("@gre@Wave: @red@" + Integer.toString(WAVE), 21121);
    c.getPA().sendFrame126("@red@Zombies left: "+Integer.toString(getZombieCount()) , 21123);
    c.getPA().sendFrame126("@gre@Waves Left: @red@" + Integer.toString(WAVESLEFT), 21122);
    c.getPA().walkableInterface(21119);
    I'm calling the method when the game starts and when a new wave spawns. However, when it is called, it blinks briefly and disappears.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2013
    Posts
    1,169
    Thanks given
    28
    Thanks received
    133
    Rep Power
    53
    Pretty sure your processing it in your client class so you don't need to call playerassistants using the client constructor.. Are there other walkeable interfaces being processed?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Nov 2010
    Posts
    34
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by True Faith View Post
    Pretty sure your processing it in your client class so you don't need to call playerassistants using the client constructor.. Are there other walkeable interfaces being processed?
    Well for starters, I'm calling it the minigame class. And in that class no there isn't, and nothing should be calling one.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    May 2013
    Posts
    1,169
    Thanks given
    28
    Thanks received
    133
    Rep Power
    53
    Quote Originally Posted by n10si t View Post
    Well for starters, I'm calling it the minigame class. And in that class no there isn't, and nothing should be calling one.
    That made no sense.. And in that class no there isn't??? What class? And nothing should be callig one??? Wtf does that mean
    Reply With Quote  
     

  7. Thankful user:


  8. #7  
    Registered Member
    Join Date
    Nov 2010
    Posts
    34
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by True Faith View Post
    That made no sense.. And in that class no there isn't??? What class? And nothing should be callig one??? Wtf does that mean
    In the class, there is not another walkableinterface being called.
    Reply With Quote  
     

  9. #8  
    Registered Member
    Join Date
    May 2013
    Posts
    1,169
    Thanks given
    28
    Thanks received
    133
    Rep Power
    53
    Quote Originally Posted by n10si t View Post
    In the class, there is not another walkableinterface being called.
    What class .....
    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. [Pi] Walkable Interface Not Working
    By test3 in forum Help
    Replies: 0
    Last Post: 01-07-2013, 05:50 AM
  2. [PI]Walkable Interface
    By ReactionX in forum Help
    Replies: 0
    Last Post: 04-21-2012, 04:25 AM
  3. [PI] Walkable Interfaces
    By IcEbLiTzMeHh in forum Help
    Replies: 0
    Last Post: 03-05-2012, 06:59 PM
  4. [PI] Walkable interfaces dont close?
    By Zanix in forum Help
    Replies: 0
    Last Post: 12-15-2011, 07:16 AM
  5. [PI] Walkable interface [REP]
    By nMik in forum Help
    Replies: 23
    Last Post: 11-03-2011, 07:14 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
  •