28.08.2011, 18:03
No I don't use SII. But thanks for the help though.
But now I get this error:
My code:
I still don't really get how that works.
But now I get this error:
Код:
error 017: undefined symbol "@INI_file_"
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");