18-12-2006, 05:11 AM
Seems like playerI doesn't have any reference
I think that's all you'd really need to save all the players.
Does it just not work, or do you get an error of some sort?
Code:
Dim I As Long
For I = 0 To MAX_PLAYERS
Call SavePlayer(I)
Next I
I think that's all you'd really need to save all the players.
Does it just not work, or do you get an error of some sort?