[HELP]dini (add new line)
#8

ok now i'm trying to read and check definitions in all those .ini files
this is basically what i'm doing
Код:
for(new vehid; vehid < MAX_VEHICLES; vehid++)
    {
	new Filename[64];
	format(Filename, sizeof(Filename), "vehicle/%i.ini");
	LicenseSystem[vehid][CarTeh] = dini_Int( Filename, "Teh" );
	LicenseSystem[vehid][CarTehNumber] = dini_Get( Filename, "TehNumber" );
heres anum
Код:
new LicenseSystem[MAX_DVEHICLES][TehSystem];

enum TehSystem
{
	CarTeh,
	CarTehNumber[255],
};
what i'm doing wrong ?
Reply


Messages In This Thread
[HELP]dini (add new line) - by Blatnoi - 09.11.2010, 17:05
Re: [HELP]dini (add new line) - by Kwarde - 09.11.2010, 19:39
Re: [HELP]dini (add new line) - by lameguy - 09.11.2010, 20:18
Re: [HELP]dini (add new line) - by Blatnoi - 09.11.2010, 20:25
Re: [HELP]dini (add new line) - by Kwarde - 10.11.2010, 04:40
Re: [HELP]dini (add new line) - by Blatnoi - 10.11.2010, 07:44
Re: [HELP]dini (add new line) - by Kwarde - 10.11.2010, 12:54
Re: [HELP]dini (add new line) - by Blatnoi - 27.11.2010, 11:29
Re: [HELP]dini (add new line) - by Kwarde - 27.11.2010, 13:10
Re: [HELP]dini (add new line) - by Blatnoi - 27.11.2010, 13:23

Forum Jump:


Users browsing this thread: 2 Guest(s)