28.08.2011, 17:47
Hello,
I wanted to change my file system from Dini to y_INI but I am somehow not able to get some stuff working:
How to read strings from a file?
I tried "INI_String" but it told me that it is an undefined symbol, although I did include every needed file.
I just want to do it like with dini, example:
How would I do that, or "dini_Int" with y_INI? I took a look at the example which is shown in the release topic but that kind of confused me.
I wanted to change my file system from Dini to y_INI but I am somehow not able to get some stuff working:
How to read strings from a file?
I tried "INI_String" but it told me that it is an undefined symbol, although I did include every needed file.
I just want to do it like with dini, example:
pawn Код:
if(strcmp(buf,dini_Get(file,"Password"),false) == 0)
. . .