y_ini not reading file.
#1

pawn Код:
INI_ParseFile(string, "LoadFile_%s", true,  playerid);
string is valid file,
pawn Код:
forward LoadFile_data(playerid,name[],value[]);
public LoadFile_data(playerid,name[],value[])
{
    print("called");
    new mapPass[50];
    INI_String("Password",mapPass,50);
    printf("%s",mapPass);
    return 1;
}
and printf isn't being caled / printed to console at all.

thanks...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)