Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
compile error sub or function not defined
#1
Code:
' Blit out players top
        For i = 1 To MAX_PLAYERS
              If IsPlaying(i) And GetPlayerMap(i) = GetPlayerMap(MyIndex) Then
              Call BltPlayerTop(i)
          End If
        Next i
it highlights BltPlayerTop(i)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)