04.05.2013, 17:33
I've been getting argument errors on this line.
(62) : error 035: argument type mismatch (argument 1)
I'm not understanding how to use mysql_function_query and how to use callbacks. Any additional help and explanations help is appreciated.
(62) : error 035: argument type mismatch (argument 1)
Код:
62| mysql_function_query(dbinfo, "SELECT * FROM players WHERE playername = 'name'", true);
