10-09-2008, 03:55 AM
Hi.
First of all sorry for my bad english
Well, i need add at the left of the Name (text over the player) extra text, i need a code to load a textbox call text1, and the content of this textox put.
example:
text1.text is [Away]
final result: Player [Away
I try with the
But not works, i need the code of this, VERY VERY THANKS.
First of all sorry for my bad english

Well, i need add at the left of the Name (text over the player) extra text, i need a code to load a textbox call text1, and the content of this textox put.
example:
text1.text is [Away]
final result: Player [Away
I try with the
Code:
TextX = GetPlayerX(Index) * PIC_X + Player(Index).XOffset + (PIC_X \ 2) - ((frmMirage.txt1.text)) / 3) * 8)
But not works, i need the code of this, VERY VERY THANKS.