SA-MP Forums Archive
argument type mismatch - 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: argument type mismatch (/showthread.php?tid=394900)



argument type mismatch - erikhenri - 24.11.2012

if(rows != 0) mysql_num_fields(savestring, "KoduOmanik", MajaInfo[MajaID][hOmanik] 24);

ERROR:
error 035: argument type mismatch (argument 1)


Re: argument type mismatch - erikhenri - 24.11.2012

bump


Re: argument type mismatch - YoYo123 - 24.11.2012

the mysql_num_fields function requires a maximum of one parameter. https://sampwiki.blast.hk/wiki/MySQL#mysql_num_fields


Re: argument type mismatch - erikhenri - 24.11.2012

Quote:
Originally Posted by YoYo123
Посмотреть сообщение
the mysql_num_fields function requires a maximum of one parameter. https://sampwiki.blast.hk/wiki/MySQL#mysql_num_fields
And what do I have to do ?