Thread: Interfaces

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 Interfaces 
    Drag123451
    Guest
    I need help, Why does my interfaces always flick on and off when i add one.. I am trying to add a pest control interface, The interface works but it keeps flicking on and off.

    I'm using winterlove.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Oct 2008
    Posts
    842
    Thanks given
    81
    Thanks received
    53
    Rep Power
    0
    Look into ur process?
    Reply With Quote  
     

  3. #3  
    Drag123451
    Guest
    That's a nice help.
    Reply With Quote  
     

  4. #4  
    Drag123451
    Guest
    Bump, please help.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Apr 2008
    Posts
    1,075
    Thanks given
    106
    Thanks received
    39
    Rep Power
    0
    Show the code you used and wrap it in a code tag if there are any left on this site.
    Reply With Quote  
     

  6. #6  
    Drag123451
    Guest
    Code:
    public void PCentrance() {
    if (PCRoom()) {
    sendQuest("Pest Control", 15894);
    sendQuest("New game starts in:", 15895);
    sendQuest("1", 15897);
    sendQuest("Players in boat:", 15898);
    sendQuest("1", 15899);
    sendQuest("Points: 100", 15900);
    sendQuest("", 15901);
    sendQuest("", 15896);
    sendQuest("", 15902);
    sendQuest("", 15903);
    sendQuest("", 15904);
    sendQuest("", 15905);
    sendQuest("", 15906);
    setInterfaceWalkable(15892);
    }
    }
    Reply With Quote  
     

  7. #7  
    Registered Member
    Firefight's Avatar
    Join Date
    Aug 2007
    Posts
    1,506
    Thanks given
    6
    Thanks received
    31
    Rep Power
    160
    why the hell do you use if (PCRoom()) { when nothing happens otherwise?
    Back for now...
    Reply With Quote  
     

  8. #8  
    Registered Member
    Arizona's Avatar
    Join Date
    May 2009
    Age
    29
    Posts
    275
    Thanks given
    11
    Thanks received
    12
    Rep Power
    113
    Quote Originally Posted by Drag123451 View Post
    Code:
    public void PCentrance() {
    if (PCRoom()) {
    sendQuest("Pest Control", 15894);
    sendQuest("New game starts in:", 15895);
    sendQuest("1", 15897);
    sendQuest("Players in boat:", 15898);
    sendQuest("1", 15899);
    sendQuest("Points: 100", 15900);
    sendQuest("", 15901);
    sendQuest("", 15896);
    sendQuest("", 15902);
    sendQuest("", 15903);
    sendQuest("", 15904);
    sendQuest("", 15905);
    sendQuest("", 15906);
    setInterfaceWalkable(15892);
    }
    }

    if you have it in process, then your mistaken, get it out.
    TRUETECH LOL:
    Spoiler for Rofl:
    Reply With Quote  
     

  9. #9  
    Drag123451
    Guest
    Quote Originally Posted by Arizona View Post
    if you have it in process, then your mistaken, get it out.
    I don't have it in process.
    Reply With Quote  
     

  10. #10  
    Drag123451
    Guest
    help plz
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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
  •