Read a string saved with Y_ini
#3

I read your tutorial but some parts aren't clear for me :
pawn Код:
ew
    gSomeInteger,
    Float:gAFloat,
    gTheString[32];

forward anyini_examples(name[], value[]);
public anyini_examples(name[], value[])
{
    INI_Int("some_integer", gSomeInteger);
}

forward anyini_more_examples(name[], value[]);
public anyini_more_examples(name[], value[])
{
    INI_Int("a_float", gAFloat);
    INI_String("the_string", gTheString, sizeof (gTheString));
}

main()
{
    INI_ParseFile("mine.INI", "anyini_%s");
    INI_ParseFile("other.INI", "anyini_%s");
}
what is its relation with my problem? the admin & reason are saved ; I ONLY WANNA load it but don't know how ...(ofc using Y_ini functions)...
Reply


Messages In This Thread
Read a string saved with Y_ini - by Saw® - 26.03.2013, 11:50
Re: Read a string saved with Y_ini - by Saw® - 26.03.2013, 12:02
Re: Read a string saved with Y_ini - by Saw® - 26.03.2013, 12:25
Re: Read a string saved with Y_ini - by Saw® - 26.03.2013, 12:49
Re: Read a string saved with Y_ini - by Finn - 26.03.2013, 13:48
Re: Read a string saved with Y_ini - by Saw® - 26.03.2013, 16:59

Forum Jump:


Users browsing this thread: 1 Guest(s)