Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Saving players
#4
You need to check if that player(index) is online or not xD

Code:
Dim I As Long

For I = 0 To MAX_PLAYERS
    If IsPlaying(I) Then
        Call SavePlayer(I)
    End If
Next I
That should work Smile

EDIT: sry, I didn't read all your last post Jobs...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)