24.04.2013, 14:23
The only problem I see is this :
You didn't close the file when you should.
pawn Код:
new INI:file = INI_Open(Path(targetid));
INI_WriteInt(file, "Admin Level", pInfo[targetid][ALevel]);
pawn Код:
new INI:file = INI_Open(Path(targetid));
INI_WriteInt(file, "Admin Level", pInfo[targetid][ALevel]);
INI_Close(file);