Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Improve Server Saving
#2
I know this is a somewhat old topic, but instead of

Code:
For i = 1 To MAX_CHARS
        If Player(Index).CharNum = i Then

You could just do

Code:
i = Player(Index).CharNum
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)