Y_INI reading (INI_LOAD) issue.
#3

I had another command before. And put for print after each function.

GetPlayerName = print ( the_runner ) // My name
format = print ( the_runner.ini) // My file name

All worked perfectly.

Just doesn't loads this section:
pawn Code:
INI:playerfile[](playerid, name[], value[])
{
   printf("%s has been loaded",playerfile); // CUZ HERE HASN't PRINTED
   INI_String("Name", PlayerInfo[playerid], Name);
   INI_Int("Cash", PlayerInfo[playerid][Cash]);
   return 0;
}
Reply


Messages In This Thread
Y_INI reading (INI_LOAD) issue. - by blackwave - 13.01.2011, 17:07
Re: Y_INI reading (INI_LOAD) issue. - by Finn - 13.01.2011, 17:25
Re: Y_INI reading (INI_LOAD) issue. - by blackwave - 13.01.2011, 17:27
Re: Y_INI reading (INI_LOAD) issue. - by Finn - 13.01.2011, 17:33
Re: Y_INI reading (INI_LOAD) issue. - by blackwave - 13.01.2011, 17:42
Re: Y_INI reading (INI_LOAD) issue. - by blackwave - 14.01.2011, 00:14

Forum Jump:


Users browsing this thread: 1 Guest(s)