Thread: [PI] How to disable "Follow" Option in duel arena

Results 1 to 6 of 6
  1. #1 [PI] How to disable "Follow" Option in duel arena 
    Registered Member Harambe_'s Avatar
    Join Date
    Jul 2007
    Posts
    504
    Thanks given
    15
    Thanks received
    22
    Rep Power
    13
    How can i get rid of the "follow" option when you enter duel arena?

    getPA().showOption(5, 0,"Follow", 4);
    Reply With Quote  
     

  2. #2  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    Something like this:

    Code:
    if(p.inDuelArena()) {
    getPA().showOption(5, 0,"null", 4);
    }


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  3. #3  
    Registered Member Harambe_'s Avatar
    Join Date
    Jul 2007
    Posts
    504
    Thanks given
    15
    Thanks received
    22
    Rep Power
    13
    ohh thank you so much!
    Reply With Quote  
     

  4. #4  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    Quote Originally Posted by jman1208 View Post
    ohh thank you so much!
    No problem but remember to change the p.inDuelArena to your code for being in the arena


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Mar 2009
    Posts
    606
    Thanks given
    106
    Thanks received
    29
    Rep Power
    0
    This is not a fix to remove following just make clipped following fp*
    Reply With Quote  
     

  6. #6  
    Community Veteran


    Arch337's Avatar
    Join Date
    Sep 2008
    Posts
    2,950
    Thanks given
    210
    Thanks received
    349
    Rep Power
    1376
    Quote Originally Posted by `Michael View Post
    This is not a fix to remove following just make clipped following fp*
    He actually said the "following option", read the whole thing again please.


    "A fail act is something you do regular, but a dumb act is something you can learn from"
    Spoiler for Problem?:
    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: 4
    Last Post: 05-23-2011, 02:04 PM
  2. No "Follow" Option??
    By Peach in forum Help
    Replies: 6
    Last Post: 03-23-2011, 12:10 PM
  3. [PI] I don't have a "Follow" option!
    By Beanerrr in forum Help
    Replies: 5
    Last Post: 02-13-2011, 01:54 PM
  4. Replies: 5
    Last Post: 05-19-2010, 03:02 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
  •