Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
BltItemName
#9
I am not aroud my visual basic so do not qoute me on this, but it might work( you do have to make them a public const before you can use them
Code:
'Draw Item Names
if VK_LAlt or VK_RAlt = true then
For i = LBound(MapItem) To UBound(MapItem)
If MapItem(i).Num > 0 Then
BltMapItemName i
End If
Next i
end if
Give that a shot, see if it works.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)