28-04-2008, 07:01 PM
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
compile error sub or function not defined
|
28-04-2008, 07:01 PM
Code: ' Blit out players top
28-04-2008, 07:09 PM
You don't have a sub called BltPlayerTop.
Quote:Robin: |
« Next Oldest | Next Newest »
|