SA-MP Forums Archive
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: mysql error (/showthread.php?tid=405102)



mysql error - b0b - 05.01.2013

Error
PHP код:
C:\Users\DELL\Desktop\PO R7\gamemodes\PlayOn.pwn(1717) : error 017undefined symbol "mysql_query" 
Line
PHP код:
mysql_query(sql); 
Thanks for helping!


Re: mysql error - park4bmx - 05.01.2013

you need to use mysql_function_query
you also need a connection handler.


Re: mysql error - b0b - 05.01.2013

Now

Error
PHP код:
C:\Users\DELL\Desktop\PO R7\gamemodes\PlayOn.pwn(1717) : error 035argument type mismatch (argument 1
Line
PHP код:
    mysql_function_query(sql);