18-12-2006, 10:15 PM
You need to check if that player(index) is online or not xD
That should work 
EDIT: sry, I didn't read all your last post Jobs...
Code:
Dim I As Long
For I = 0 To MAX_PLAYERS
If IsPlaying(I) Then
Call SavePlayer(I)
End If
Next I

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