Thread: Walkable interface where there is a Multiway interface

Results 1 to 2 of 2
  1. #1 Walkable interface where there is a Multiway interface 
    Registered Member
    Join Date
    Jul 2012
    Posts
    149
    Thanks given
    33
    Thanks received
    6
    Rep Power
    11
    Does anyone know how I can disable the Multiway interface. I'm trying to add the Bounty Hunter interface and in areas that are multi way combat the interface flashes. I've tried
    Code:
    if (inPVP()) {
    getPA().multiWay(-1);
    }
    and

    Code:
    if(inPVP()) {
    	            wildLevel = 12; 
    	            walkableInterface(25347);
    	            getPA().showOption(3, 0, "Attack", 1); 
    	            if(Config.SINGLE_AND_MULTI_ZONES) { 
    	               if(inMulti()) { 
    	                cbDifference(); 
    	                    } else { 
    	                    cbDifference(); 
    	                } 
    	            } else { 
    	                getPA().multiWay(-1); 
    	getPA().walkableInterface(-1); 
    	            cbDifference();
    } 
    	            getPA().showOption(3, 0, "Attack", 1);
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2012
    Posts
    149
    Thanks given
    33
    Thanks received
    6
    Rep Power
    11
    Bump, now the interface disappears when I run and comes back when I'm standing still.
    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: 6
    Last Post: 10-19-2015, 01:56 AM
  2. Dead-Zone "Where there is no survival"
    By vovik ukr in forum Advertise
    Replies: 210
    Last Post: 09-04-2012, 04:27 PM
  3. Replies: 1
    Last Post: 08-12-2010, 04:51 PM
  4. Replies: 12
    Last Post: 07-17-2009, 04:32 AM
  5. Basic Multiway interface
    By Harry in forum Tutorials
    Replies: 24
    Last Post: 09-10-2008, 09:07 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
  •