13.01.2011, 17:27
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:
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;
}