View Single Post
Old 05-14-2003, 10:45 PM   #3
Trakeen
A Gray Wolf
 
Join Date: May 2003
Posts: 6
Default size/location 0

I figured that would fix the problem as well, but it's still popping up. Here's the edited code that I have saved in the dir Trakeen under uifiles\
<Label item ="Player_HPPercLabel">
<ScreenID>HPPerLabel</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>0</X>
<Y>0</Y>
</Location>
<Size>
<CX>0</CX>
<CY>0</CY>
</Size>
<Text>%</Text>
<TextColor>
<R>255</R>
<G>155</G>
<B>55</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

And this is in my ui_trakeen_x.ini file UISkin=Trakeen

Changing the RGB values didn't have an effect on it at all either. Please forgive the lost newb. I should have paid attention in my xml/asp classes heh
Trakeen is offline   Reply With Quote