SA-MP Forums Archive
YINI ERROR - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: YINI ERROR (/showthread.php?tid=318414)



YINI ERROR - SourceCode - 15.02.2012

Код:
G:\MySQL\gamemodes\MySQL.pwn(161) : error 029: invalid expression, assumed zero
G:\MySQL\gamemodes\MySQL.pwn(161) : error 017: undefined symbol "@INI_ids_"
G:\MySQL\gamemodes\MySQL.pwn(161) : error 017: undefined symbol "@INI_ids_"
G:\MySQL\gamemodes\MySQL.pwn(161) : fatal error 107: too many error messages on one line
For the second line of
Код:
	INI_Load("ids.ini");
	INI:ids[](name[], value[])
	{
    	if (!strcmp(name, "LastPlayer"))
    	{
        	LastPlayer = strval(value);
    	}
	}



Re: YINI ERROR - SourceCode - 15.02.2012

this error never reported on forums ( once but it didn't provide an answer