MySQL Error..
#1

[CODE]C:\Users\ii\Desktop\Tor Browser\New Folder (11)\gamemodes\clrps latest.pwn(26906) : error 017: undefined symbol "mysql_function_query"
C:\Users\ii\Desktop\Tor Browser\New Folder (11)\gamemodes\clrps latest.pwn(26907) : error 017: undefined symbol "mysql_function_query"
C:\Users\ii\Desktop\Tor Browser\New Folder (11)\gamemodes\clrps latest.pwn(47581) : error 017: undefined symbol "mysql_function_query"

Код:
	dbHandle = mysql_connect(DB_SERVER,DB_USER,DB_DB,DB_PASS);
 	mysql_function_query(dbHandle,"CREATE TABLE IF NOT EXISTS textlabel(t_id_ int,t_text varchar(228),t_color_ varchar(23),t_x float,t_y float,t_z float",false,"","");
  	mysql_function_query(dbHandle,"SELECT * FROM textlabel",false,"_loadTextLabel","");
Lines of errors
Reply
#2

Код:
undefined symbol "mysql_function_query"
Means you are using functions that haven't been defined.

If that's part of the MySQL plugin you are using, you need to check you've got the right version of it, and that you have the include in the right folder.
Reply
#3

Download this plugin and include. https://sampforum.blast.hk/showthread.php?tid=56564

Include a_mysql to your script.

mysql_function_query -> mysql_tquery

--

How to never get these errors again 101:

Don't edit scripts.

"Semi-Professional Scripter.

Lead developer for CITYLIFEROLEPLAY.NET/CL-RP." .. semi-professional? s:
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)