SA-MP Forums Archive
Help me. - 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 me. (/showthread.php?tid=544037)



Help me. - Brys - 30.10.2014

Stupid things but i'm still newbie!
Help please




Re: Help me. - Glossy42O - 30.10.2014

Code?

And second of all it says it's undefined then define it lol.


Re: Help me. - Brys - 30.10.2014

pawn Код:
#define mysql_retrieve_row
??!


Re: Help me. - Glossy42O - 30.10.2014

Look at those links

https://sampforum.blast.hk/showthread.php?tid=313975

http://forum.sa-mp.de/gta-multiplaye...-row/?ace7853a

https://sampforum.blast.hk/showthread.php?tid=295035


Re: Help me. - mkmk - 30.10.2014

#define mysql_retrieve_row

Put that in your defines.


Re: Help me. - quagga - 30.10.2014

The error messages you have recieved indicate that the mysql_retrieve_row() function is not defined. This probably means you are attempting to use the MySQL plugin but have forgotten to include it in your gamemode.

Check your includes and verify the following:

1) You have a_mysql.inc in your pawno includes.
2) You have the #include <a_mysql> line at the top of your script.