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