25-07-2009, 09:42 PM
Jacob fixed the text rendering problem I had, if you want the fix just go to Public Sub DrawPlayerName and delete all of the PlayerNameRect, replacing it with this:
Code:
If TextX < 0 Then TextX = 0
If TextY < 0 Then TextY = 0
PlayerNameRect.Top = TextY
PlayerNameRect.Left = TextX
PlayerNameRect.Right = TextX + (Len(GetPlayerName(Index)) * 8) + 15
PlayerNameRect.bottom = TextY + 15