View Single Post
Old 12-19-2015, 02:22 AM   #1
Nobowi
A Gray Wolf
 
Join Date: Oct 2015
Posts: 5
Default Trying to get Plat Currency Button Box to work on EQUI_PlayerWindow

<Button item="PW_Money0">
<ScreenID>PW_Money0</ScreenID>
<!--<Font>3</Font>-->
<RelativePosition>true</RelativePosition>
<Location>
<X>7</X>
<Y>155</Y>
</Location>
<Size>
<CX>70</CX>
<CY>14</CY>
</Size>
<Style_Transparent>false</Style_Transparent>
<!--<TooltipReference/>-->
<Style_Checkbox>false</Style_Checkbox>
<!--<RadioGroup/>-->
<Text>9999</Text>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_RecessedBox</Normal>
<NormalDecal>A_PlatinumCoin</NormalDecal>
</ButtonDrawTemplate>
<DecalOffset>
<X>1</X>
<Y>3</Y>
</DecalOffset>
<DecalSize>
<CX>18</CX>
<CY>18</CY>
</DecalSize>
</Button>

<Pieces>PW_Money0</Pieces>

Is what I have in the xml file..

It shows the drawn box with the plat decal.. and shows a 9999 for plat text but doesnt show the actual plat owned?

Any ideas as to why im encountering this?


I should probably note that I am playing on a EMU Private server (Project1999)
Nobowi is offline   Reply With Quote