Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MS4 Dx8 Convert
#4
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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)