Error; C-MySQL.
#2

pawn Код:
(2547) : error 035: argument type mismatch (argument 4)
(2548) : error 035: argument type mismatch (argument 4)
(2549) : error 035: argument type mismatch (argument 4)
(2550) : error 035: argument type mismatch (argument 4)
(2551) : error 035: argument type mismatch (argument 4)
(2556) : error 035: argument type mismatch (argument 2)
The errors tell you what's wrong.

An argument is a variable passed to a function. For example
pawn Код:
function(argument1, argument2); // etc
So the errors are telling you that you're putting in the wrong argument in the 4th or second one. Check the documentation for C-MySQL to see how to fix it.

The last error might be due to bad indentation.
Reply


Messages In This Thread
Error; C-MySQL. - by HUYA - 08.03.2013, 13:23
Re: Error; C-MySQL. - by ReneG - 08.03.2013, 14:10

Forum Jump:


Users browsing this thread: 1 Guest(s)