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



mysql - [rG]Cold - 12.08.2012

Im having a problem with mysql include (i guess)
Im getting errors about
pawn Код:
mysql_querry
saying
Код:
Undefined Symbol
What the problem is?
Im actually noob at MySQL


Re: mysql - [DM]Kane - 12.08.2012

It is mysql_query(). Just a typing error, I guess.


Re: mysql - Forge - 12.08.2012

This would help: https://sampwiki.blast.hk/wiki/MySQL


Re: mysql - FalconX - 12.08.2012

Quote:
Originally Posted by Forge
Посмотреть сообщение
You need an include of BlueG's MySQL plugin.

a_mysql


Re: mysql - [rG]Cold - 12.08.2012

Quote:
Originally Posted by FalconX
Посмотреть сообщение
You need an include of BlueG's MySQL plugin.

a_mysql
Thank you FalconX!