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



mysql_query - NoahF - 07.06.2013

I get this error when compiling, even though i have the latest a_mysql include.
Код:
filterscripts\fadmin.pwn(989) : error 017: undefined symbol "mysql_query"
I get those on all the lines where it says mysql_query.
Here's one of the lines:
Код:
mysql_query("CREATE TABLE IF NOT EXISTS kicks(user VARCHAR(20), kickinfo VARCHAR(300))");



Re: mysql_query - Tingesport - 07.06.2013

Download this https://sampforum.blast.hk/showthread.php?tid=122983

AND THEN..

pawn Код:
#include <a_mysql>



Re: mysql_query - NoahF - 07.06.2013

Doesn't work bro. It NEEDS BlueG's mysql plugin.. IDK why it's giving me errors


Re: mysql_query - S0n1COwnsYou - 07.06.2013

StrickenKid MySQL Plugin, https://sampforum.blast.hk/showthread.php?tid=122983 - My and my friends are using it since day 1


Re: mysql_query - NoahF - 07.06.2013

Quote:
Originally Posted by NoahF
Посмотреть сообщение
Doesn't work bro. It NEEDS BlueG's mysql plugin.. IDK why it's giving me errors
I just told you this. Did you even read it?


Re: mysql_query - S0n1COwnsYou - 07.06.2013

did u even try StrickenKid MySQL Plugin ??


Re: mysql_query - Tingesport - 07.06.2013

Replace

pawn Код:
mysql_query
WITH THIS

pawn Код:
mysql_function_query



Re: mysql_query - NoahF - 07.06.2013

Ok,
Quote:

C:\Users\Noah\Desktop\[sK] Deathmatch\filterscripts\fadmin.pwn(989) : error 035: argument type mismatch (argument 1)

Quote:

mysql_function_query("CREATE TABLE IF NOT EXISTS kicks(user VARCHAR(20), kickinfo VARCHAR(300))");

Now this:


Re: mysql_query - Tingesport - 07.06.2013

Quote:
Originally Posted by NoahF
Посмотреть сообщение
Ok,

Now this:
To be honest, I have no clue, never used MySQL before.. :/

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


Re: mysql_query - NoahF - 07.06.2013

:/ alright i'll switch to another new admin system