28.06.2011, 06:41
For the 2nd one, there is multiple errors. Do something like this:
pawn Код:
for(new playerid=0; playerid<MAX_PLAYERS; playerid++)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
format( files, 60, "saves/cars/%s.ini",name);
}