[HELP] MySQL 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: [HELP] MySQL Error (
/showthread.php?tid=381492)
[HELP] MySQL Error -
Shinki - 29.09.2012
Hi guys,
I have a mysql errors in game mode.
Errors
PHP код:
error 017: undefined symbol "mysql_retrieve_row"
error 017: undefined symbol "mysql_fetch_field_row"
error 017: undefined symbol "mysql_fetch_field_row"
error 017: undefined symbol "mysql_fetch_field_row"
error 017: undefined symbol "mysql_fetch_row_format"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
Lines
PHP код:
while(mysql_retrieve_row())
..
mysql_fetch_field_row(top[num], "Isim");
mysql_fetch_field_row(kills[num], "Oldurme");
mysql_fetch_field_row(points[num], "Skor");
...
mysql_fetch_row_format(row, "|");
Please help me
Re: [HELP] MySQL Error -
ikbenremco - 29.09.2012
Do you got everything for it ?
incl's ect.?
do you got this
in top of your script?
Re: [HELP] MySQL Error -
Shinki - 29.09.2012
Yea,
I using
this plugin.
if a use a_samp.inc i get this error:
PHP код:
undefined symbol: mysql_query