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
|
« Next Oldest | Next Newest »
|
Messages In This Thread |