Easy question!!!
#1

OK,I know this sounds stupid,as I have worked with Y_INI quite a lot,but,is there something equvalent to dini_Get,like INI_Get?
Reply
#2

INI_String

pawn Код:
INI:myini[](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.
}
By: ******
Reply
#3

EDIT: REMOVED,,,
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)