y_ini errors
#1

Код:
new string[128];
	new
	INI:ini = INI_Open("testi.ini");
	INI:testi.ini[TESTINGTAG](name[], value[]) // LINE 21
	{
	    INI_String("EXAMPLESTRING", string, sizeof(string));
	}
	printf("%s", string);
Compiler errors
Код:
error 029: invalid expression, assumed zero
error 017: undefined symbol "@INI_testi"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
All of the errors are at line 21

I'm trying to read the value from the file,and i'm reading from the y_ini topic : https://sampforum.blast.hk/showthread.php?tid=175565
Reply


Messages In This Thread
y_ini errors - by Tagathron - 31.10.2013, 10:12
Re: y_ini errors - by Konstantinos - 31.10.2013, 10:31
Re: y_ini errors - by Tagathron - 31.10.2013, 18:33
Re: y_ini errors - by Konstantinos - 31.10.2013, 18:36
Re: y_ini errors - by Tagathron - 31.10.2013, 18:38
Re: y_ini errors - by Konstantinos - 31.10.2013, 18:40
Re: y_ini errors - by Tagathron - 31.10.2013, 19:16

Forum Jump:


Users browsing this thread: 1 Guest(s)