#6

As I said, it reads the data from the variables you stored them on ParseFile.
Delete these
pawn Код:
new INI:File = INI_Open("Users/%s.ini",(playerid));
   PlayerInfo[playerid][pLevel] = INI_ReadInt("level");
   PlayerInfo[playerid][pKills] = INI_ReadInt("kills");
   PlayerInfo[playerid][pDeaths] = INI_ReadInt("Deaths");

    INI_Close();
And use those variables.
Reply


Messages In This Thread
read - by AzTeCaS - 10.11.2012, 13:01
Re: read - by YoYo123 - 10.11.2012, 13:14
Re: read - by Mr.Anonymous - 10.11.2012, 13:23
Re: read - by Konstantinos - 10.11.2012, 13:26
Re: read - by AzTeCaS - 10.11.2012, 13:36
Re: read - by Konstantinos - 10.11.2012, 13:40

Forum Jump:


Users browsing this thread: 1 Guest(s)