Thread: Targetting Bank
View Single Post
Old 01-15-2010, 07:37 AM   #17
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

I believe if you put <NoWrap> true</NoWrap> after the text entry under player 0 it will fix that. I forgot about that since i dont use surnames anymore


If that doesnt work set text offset to 500 for player 0 and add this code:

<Label item ="Playername">
<EQType>1</EQType>
<Font>2</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>5</X>
<Y>3</Y>
</Location>
<Size>
<CX>100</CX>
<CY>15</CY>
</Size>
<Text>Playername</Text>
<TextOffsetX></TextOffsetX>
<TextColor>
<R>240</R>
<G>240</G>
<B>240</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

dont forget to add:
<Pieces>Playername</Pieces>

at the Bottom


Hal
Halelen is offline   Reply With Quote