Reading from y_ini
#3

maybe you can try that

Код:
if(IsPlayerConnected(playerid))
{
      INI_ParseFile(YourPathHere, "Load_%s", .bExtra = true, .extra = playerid);
}
else continue;
also you need the public of Load

Код:
forward Load_data(playerid,name[],value[]);
public Load_data(playerid,name[],value[]) 
{
	INI_Int("Kills",pInfo[playerid][your kills]);
        return 1;
}
Reply


Messages In This Thread
Reading from y_ini - by Kolten - 25.06.2013, 11:02
Re: Reading from y_ini - by JaKe Elite - 25.06.2013, 11:04
Re: Reading from y_ini - by dEcooR - 25.06.2013, 12:53
Re: Reading from y_ini - by Cjgogo - 25.06.2013, 13:02
Re: Reading from y_ini - by dEcooR - 25.06.2013, 13:10

Forum Jump:


Users browsing this thread: 2 Guest(s)