18-12-2006, 09:39 AM
Im pretty sure the Index is above 0. So try this:
Code:
Dim I As Long
For I = 1 To MAX_PLAYERS
Call SavePlayer(I)
Next I