Doesn't save unix timestamp.
#2

Run this and tell me which of them are being printed and which of them aren't.
pawn Code:
SaveAccount(playerid)
{
    print("Save started");
    new INI:File = INI_Open(Path(playerid));
    print("File opened");
    printf("* Value check: %i",PlayerInfo[playerid][pTempBanned]); // Works
    INI_WriteInt(File,"TempBanned", PlayerInfo[playerid][pTempBanned]);
    print("Written the value in file");
    INI_Close(File);
    print("Saved"); // Doesn't work
    return 1;
}
Reply


Messages In This Thread
y_ini doesn't save unix timestamp. - by Facerafter - 28.12.2014, 12:57
Re: Doesn't save unix timestamp. - by biker122 - 28.12.2014, 13:25
Re: Doesn't save unix timestamp. - by Facerafter - 28.12.2014, 13:29
Re: Doesn't save unix timestamp. - by biker122 - 28.12.2014, 13:36
Re: Doesn't save unix timestamp. - by Facerafter - 28.12.2014, 13:38
Re: Doesn't save unix timestamp. - by biker122 - 28.12.2014, 13:42
Re: Doesn't save unix timestamp. - by Facerafter - 28.12.2014, 13:43
Re: Doesn't save unix timestamp. - by biker122 - 28.12.2014, 13:47
Re: Doesn't save unix timestamp. - by Facerafter - 28.12.2014, 17:09
Re: Doesn't save unix timestamp. - by Facerafter - 29.12.2014, 12:01

Forum Jump:


Users browsing this thread: 1 Guest(s)