31.05.2013, 15:48
Did you modify the filepath to your file path? For example;
pawn Код:
new name[MAX_PLAYER_NAME];
GetPlayerName(id, name, sizeof(name));
format(file, sizeof(file), "MyServerName/Accounts/%s.ini", name);

