08.11.2011, 19:51
Hello,
I'm using INI_ParseFile to load int/strings from the userfile.
That's how I'm loading:
The integers are loading fine, but this:
aren't load and become to N/A.
How should I load the strings?
Thanks advance.
I'm using INI_ParseFile to load int/strings from the userfile.
That's how I'm loading:
PHP код:
if(!strcmp(name,"Owned")) { HouseInfo[h][hOwned] = strval(value); }
PHP код:
if(!strcmp(name,"HouseName")) { HouseInfo[h][hName] = strval(value); }
if(!strcmp(name,"Owner")) { HouseInfo[h][hOwner] = strval(value); }
How should I load the strings?
Thanks advance.