MySQL_INIT Error!
#1

Hello guys, When i compile my GM, I get this error:
Код:
error 017: undefined symbol "mysql_init"
On this line:
Код:
	mysql_init();
I have the MySQL Plugin already.. Help?
Reply
#2

mysql_init initializes mysql connection and returns connection handle.

Код:
new MySQL:connection = mysql_init(LOG_ONLY_ERRORS, 1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)