30.06.2012, 10:49
I've started to learn MySQL today, i worked with this tutorial https://sampforum.blast.hk/showthread.php?tid=160971 .
I made db,tables and other things. I compiled it and there weren't errors or warnings, i downloaded R7 update of MySQL, and pawno throw's me errors :
A friend of mine told me that i have to replace mysql_query with mysql_function_query, and i don't know how to do that.
I have this
I have 4 query's for now, can anyone show me only one, and i'll try to do others..
Thank you!
I made db,tables and other things. I compiled it and there weren't errors or warnings, i downloaded R7 update of MySQL, and pawno throw's me errors :
Код:
\mysql.pwn(369) : error 017: undefined symbol "mysql_query" \mysql.pwn(393) : error 017: undefined symbol "mysql_query" \mysql.pwn(434) : error 017: undefined symbol "mysql_query"
I have this
Код:
new string[128]; format(string, sizeof(string), "SELECT * FROM Korisnici WHERE Ime = '%s'", account); mysql_function_query(string);
Thank you!