SA-MP Forums Archive
Help pliz, error 017: undefined symbol "cache_get_field_content_int" - 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: Help pliz, error 017: undefined symbol "cache_get_field_content_int" (/showthread.php?tid=515216)



Help pliz, error 017: undefined symbol "cache_get_field_content_int" - xXNurioXx - 25.05.2014

Help pliz, error 017: undefined symbol "cache_get_field_content_int"


Re: Help pliz, error 017: undefined symbol "cache_get_field_content_int" - Copfan5 - 25.05.2014

Show us the line please. And which version of mysql are you using?


Re: Help pliz, error 017: undefined symbol "cache_get_field_content_int" - Ciandlah - 25.05.2014

You need to supply us with the code etc, so we are able to help you


Respuesta: Re: Help pliz, error 017: undefined symbol "cache_get_field_content_int" - xXNurioXx - 25.05.2014

Quote:
Originally Posted by Ciandlah
Посмотреть сообщение
You need to supply us with the code etc, so we are able to help you
Код:
if(num_rows==1)
	{
	    //Passwort richtig
	    sInfo[playerid][eingeloggt] = 1;
	    sInfo[playerid][level] = cache_get_field_content_int(0,"level",dbhandle);
	}



Respuesta: Re: Help pliz, error 017: undefined symbol "cache_get_field_content_int" - xXNurioXx - 25.05.2014

upupup