problem with y-ini
#3

pawn Код:
main()
{
    print("\n----------------------------------");
    print(" Blank Gamemode by your name here");
    print("----------------------------------\n");
    //INI_Load("YSI/core.EN");
    //printf("%d", !strcmp("", "hi"));
    INI_Load("testing.ini");
    new
        INI:tt = INI_Open("testing.ini");
    /*INI_WriteString(tt, "fa", "aa");
    INI_WriteString(tt, "fb", "aa");
    INI_WriteString(tt, "fc", "aa");
    INI_WriteString(tt, "fd", "aa");*/

    INI_SetTag(tt, "woo");
    INI_WriteString(tt, "fa", "ca1");
    INI_WriteString(tt, "fb", "ca1");
    INI_WriteString(tt, "fc", "ca1");
    INI_WriteString(tt, "fd", "ca1");
    INI_RemoveEntry(tt, "fb");
    INI_Close(tt);
    INI_Load("testing.ini");
}
For Parsing : See the source of this FS https://sampforum.blast.hk/showthread.php?tid=502177
Reply


Messages In This Thread
problem with y-ini - by lonalovegood1 - 23.04.2014, 21:14
Re: problem with y-ini - by lonalovegood1 - 24.04.2014, 07:09
Re: problem with y-ini - by iFarbod - 24.04.2014, 11:26
Re: problem with y-ini - by lonalovegood1 - 24.04.2014, 12:07
Re: problem with y-ini - by lonalovegood1 - 24.04.2014, 14:34
Re: problem with y-ini - by iFarbod - 26.04.2014, 13:59

Forum Jump:


Users browsing this thread: 1 Guest(s)