SetLevel problem..
#10

The only problem I see is this :
pawn Код:
new INI:file = INI_Open(Path(targetid));
INI_WriteInt(file, "Admin Level", pInfo[targetid][ALevel]);
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]);
INI_Close(file);
Reply


Messages In This Thread
SetLevel problem.. - by LeeXian99 - 24.04.2013, 12:20
Re: SetLevel problem.. - by RVRP - 24.04.2013, 12:34
Re: SetLevel problem.. - by LeeXian99 - 24.04.2013, 12:35
Re: SetLevel problem.. - by RVRP - 24.04.2013, 12:37
Re: SetLevel problem.. - by LeeXian99 - 24.04.2013, 12:43
Re: SetLevel problem.. - by RVRP - 24.04.2013, 12:46
Re: SetLevel problem.. - by LeeXian99 - 24.04.2013, 12:53
Re: SetLevel problem.. - by JaKe Elite - 24.04.2013, 12:55
Re: SetLevel problem.. - by LeeXian99 - 24.04.2013, 13:56
Re: SetLevel problem.. - by greentarch - 24.04.2013, 14:23

Forum Jump:


Users browsing this thread: 2 Guest(s)