mysql_query
#1

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))");
Reply
#2

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

AND THEN..

pawn Код:
#include <a_mysql>
Reply
#3

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

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

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?
Reply
#6

did u even try StrickenKid MySQL Plugin ??
Reply
#7

Replace

pawn Код:
mysql_query
WITH THIS

pawn Код:
mysql_function_query
Reply
#8

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:
Reply
#9

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
Reply
#10

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


Forum Jump:


Users browsing this thread: 4 Guest(s)