15.07.2010, 18:53
Try changing the name of the Name[MAX_PLAYERS] to something else like Playaname[MAX_PLAYERS].
And like bigcomfycouch use seperate lines like
So you can see exactly where your error are.
And like bigcomfycouch use seperate lines like
pawn Код:
new file[100],Name[MAX_PLAYER_NAME];
GetPlayerName(playerid,Name,sizeof(Name));
format(file,sizeof(file),PlayerFile,Name);
So you can see exactly where your error are.