Question regarding y_INI
#7

No I don't use SII. But thanks for the help though.


But now I get this error:

Код:
error 017: undefined symbol "@INI_file_"
My code:

pawn Код:
new INI:file = INI_Open(playerfile);
   
    INI:file[](name[], value[])
    {
    INI_String("a", gA, len_of_gA);
    INI_String("b", gB, len_of_gB);
    INI_String("c", gC, len_of_gC);
    return 0; // This is now required.
    }

    INI_Load("myini.ini");
I still don't really get how that works.
Reply


Messages In This Thread
Question regarding y_INI - by Gomma - 28.08.2011, 17:47
Re: Question regarding y_INI - by Wesley221 - 28.08.2011, 17:53
Re: Question regarding y_INI - by [MWR]Blood - 28.08.2011, 17:55
Re: Question regarding y_INI - by Wesley221 - 28.08.2011, 17:56
Re: Question regarding y_INI - by [MWR]Blood - 28.08.2011, 17:58
Re: Question regarding y_INI - by Wesley221 - 28.08.2011, 17:59
AW: Question regarding y_INI - by Gomma - 28.08.2011, 18:03

Forum Jump:


Users browsing this thread: 1 Guest(s)