Y_INI question
#2

Quote:
Originally Posted by ******
Посмотреть сообщение
Change:

INI_Open(file4);

To:

INI_Open("biz.cfg");
and what about loading? in the following public there is a specific id of business.
I tried it in the past but with no success.

Код:
forward loadbiz_data(idx, name[], value[]);
public loadbiz_data(idx, name[], value[])
{
    INI_Int("bOwned", BusinessInfo[idx][bOwned]);
    bla bla bla....
    return 1;
}
Reply


Messages In This Thread
Y_INI question - by Lidor124 - 30.12.2014, 19:44
Re: Y_INI question - by Lidor124 - 30.12.2014, 20:54
Re: Y_INI question - by Lidor124 - 31.12.2014, 13:04

Forum Jump:


Users browsing this thread: 1 Guest(s)