Jump to content

theBantams

Banned Users
  • Posts

    510
  • Joined

  • Last visited

Posts posted by theBantams

  1. Why you just don't look at the file ?... Anyway, how to add the CA/PA values :

    1) edit the player attributes panel.xml file

    2) then edit from line 115. Simply replace the height/weight section by this one :

                <!-- CA-->
               <widget class="label" row="0" column="0" size="9" colour="faded text">
                 <record id="object_property" get_property="PCAB" name="true"/>
               </widget>
               <widget class="editable_client_object_property_panel" id="PCAB" row="0" column="1" style="bold" size="10" colour="faded text">
                 <record id="object_property" get_property="PCAB"/>
                 <record id="widget_properties" alignment="right, centre_y" />
               </widget>
               <!-- PA-->
               <widget class="label" row="1" column="0" size="9" colour="faded text">
                 <record id="object_property" get_property="PPAB" name="true"/>
               </widget>
               <widget class="editable_client_object_property_panel" id="PPAB" row="1" column="1" style="bold" size="10" colour="faded text">
                 <record id="object_property" get_property="PPAB"/>
                 <record id="widget_properties" alignment="right, centre_y" />
               </widget>
             </widget>

    Or even simpler, take my art player attributes panel.xml file and copy/paste.

    PS : you have to put the height/weight values elsewhere, as there's not enough room here for both.

    I added the weight and height back if you want to use it

    X1WSs5i.png

    http://www.mediafire.com/download/cr40dsz5g9xadb5/player_attributes_panel%282%29.zip

×
×
  • Create New...