Thread: PI Achievements Tab Disabled

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1 PI Achievements Tab Disabled 
    Registered Member
    Join Date
    Dec 2010
    Posts
    50
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    1
    Hey
    Im using the FormationX V3 source and client. And i wanted to use the achievements tab just to put some text in there to help out players (which i know how to do). But when i click on the achievements tab it doesnt open, as if its been disabled or something (Although, when i hover over the tab, it lights up). So, what im asking is, does anyone know how i can get it to work again?

    Thanks
    Reply With Quote  
     

  2. #2  
    rs07 user: YBEJELLY


    Thee Rash's Avatar
    Join Date
    Dec 2010
    Age
    20
    Posts
    4,107
    Thanks
    565
    Thanked 1,413 Times in 869 Posts
    Rep Power
    4116
    find the button id and make it show the correct interface

    Current Forum Moderator
    Current Designer

    Reply With Quote  
     

  3. #3  
    Miss you :(

    Tringan's Avatar
    Join Date
    Feb 2011
    Age
    16
    Posts
    1,971
    Thanks
    329
    Thanked 297 Times in 195 Posts
    Rep Power
    212
    Quote Originally Posted by Rash View Post
    find the button id and make it show the correct interface
    No you are wrong i had that problem too is client.java client sided. i'm busy right now but when i get home i can give you the code for that.
    Reply With Quote  
     

  4. #4  
    Ben
    Ben is offline
    Web Developer

    Ben's Avatar
    Join Date
    Oct 2010
    Posts
    667
    Thanks
    160
    Thanked 69 Times in 54 Posts
    Rep Power
    118
    LOL buttonid is client sided.


    Formerly Crimson.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Dec 2010
    Posts
    50
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    1
    Could any of use explain a bit more on how exactly to do it? =/
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Sep 2010
    Posts
    450
    Thanks
    43
    Thanked 17 Times in 16 Posts
    Rep Power
    4
    il fix if u pay, pm me if interested
    Reply With Quote  
     

  7. #7  
    The Godfather.

    Lenin's Avatar
    Join Date
    Nov 2008
    Age
    18
    Posts
    1,768
    Thanks
    417
    Thanked 151 Times in 99 Posts
    Rep Power
    528
    yh zivkovic fixed it for me
    Reply With Quote  
     

  8. Thankful user:


  9. #8  
    Registered Member
    Join Date
    Dec 2010
    Posts
    50
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    1
    Quote Originally Posted by tringan View Post
    No you are wrong i had that problem too is client.java client sided. i'm busy right now but when i get home i can give you the code for that.
    Thanks
    Reply With Quote  
     

  10. #9  
    Miss you :(

    Tringan's Avatar
    Join Date
    Feb 2011
    Age
    16
    Posts
    1,971
    Thanks
    329
    Thanked 297 Times in 195 Posts
    Rep Power
    212
    Quote Originally Posted by Crimson View Post
    LOL buttonid is client sided.
    It's not a clickingbutton



    Here is the fix:

    go to client.java (client sided) and search for:
    Code:
    				} else if (super.saveClickX >= 552 + x + extraXX1
    						&& super.saveClickX <= 581 + x + extraXX1
    						&& super.saveClickY >= 168 + y + extraYY1
    						&& super.saveClickY < 205 + y + extraYY1
    						&& tabInterfaceIDs[0] != -1 && drawLongTabs) {
    					needDrawTabArea = true;
    					tabID = 0;
    					tabAreaAltered = true;
    and directly under that paste thismake sure u dont have this already)
    Code:
    				} else if (super.saveClickX >= 612 + x + extraXX1
    						&& super.saveClickX <= 641 + x + extraXX1
    						&& super.saveClickY >= 168 + y + extraYY1
    						&& super.saveClickY < 203 + y + extraYY1
    						&& tabInterfaceIDs[2] != -1 && drawLongTabs) {
    					needDrawTabArea = true;
    					tabID = 2;
    					tabAreaAltered = true;

    and search for this:
    Code:
    				} else if (super.saveClickX >= 732 + x
    						&& super.saveClickX <= 761 + x
    						&& super.saveClickY >= 466 + y + y2
    						&& super.saveClickY < 502 + y + y2
    						&& tabInterfaceIDs[15] != -1) {
    					needDrawTabArea = true;
    					tabID = 15;
    					tabAreaAltered = true;
    Directly under that if u already dont have this paste:
    Code:
    				} else if (super.saveClickX >= 612 + x
    						&& super.saveClickX <= 640 + x
    						&& super.saveClickY >= 168 + y + y2
    						&& super.saveClickY < 202 + y + y2
    						&& tabInterfaceIDs[14] != -1) {
    					needDrawTabArea = true;
    					tabID = 14;
    					tabAreaAltered = true;

    This should work.

    Note this will just work at the fixed mode if you go to resizable probably u cant see the icon so i just made it for fixed.




    HERE IS THE FIX FOR FREE. NO NEED TO PAY ENJOY. IF THIS DIDNT WORK PROBABLY I'M MISSING SOMETHING PM ME IF YOU NEED HELP.
    Reply With Quote  
     

  11. Thankful user:


  12. #10  
    Registered Member
    Join Date
    Dec 2010
    Posts
    50
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    1
    Thankyou, Tringan!
    Works perfectly, doesnt work for fullscreen, but ill work on fixing that sometime in future, this is good for now.

    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)

Similar Threads

  1. Replies: 1
    Last Post: 09-14-2010, 02:55 PM
  2. stake disabled.. pls help
    By Amirtje12 in forum Help
    Replies: 4
    Last Post: 08-31-2010, 02:10 AM
  3. I need this to be disabled (3rd day no help)
    By arr0wtohell in forum Help
    Replies: 3
    Last Post: 03-13-2010, 03:24 AM
  4. Actual map disabled.
    By Brown in forum Show-off
    Replies: 7
    Last Post: 03-20-2009, 04:42 PM
  5. Runeknifes are disabled
    By Torture in forum Help
    Replies: 16
    Last Post: 03-12-2009, 07:45 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
  •