Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PlayersOnMapHighIndex messed up
#5
Code:
Sub HandleAttack(ByVal Index As Long)
Dim i As Long, n As Long
Dim Damage As Long

    ' Try to attack a player
    For i = 1 To High_Index
        i = PlayersOnline(i)
        Index = PlayersOnline(Index)

It highlights the last line there. I could fix it, but I'm too busy to look further into it.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)