06.01.2014, 17:09
Hi everybody,
I updated the msqly plugin of my test server. (( changed the include the pawn folder and in plugins folder))
But now I have 2 errors when I compile,
test2.pwn(106) : error 035: argument type mismatch (argument 1)
test2.pwn(302) : error 035: argument type mismatch (argument 1)
Line 106 : mysql_query(Query);
Line 302: mysql_query(Query);
Is it a problem of compatibility with mysql r35 b ?
Or mysql_query changed into an other syntax ?
Thank you
I updated the msqly plugin of my test server. (( changed the include the pawn folder and in plugins folder))
But now I have 2 errors when I compile,
test2.pwn(106) : error 035: argument type mismatch (argument 1)
test2.pwn(302) : error 035: argument type mismatch (argument 1)
Line 106 : mysql_query(Query);
Line 302: mysql_query(Query);
Is it a problem of compatibility with mysql r35 b ?
Or mysql_query changed into an other syntax ?
Thank you
![Smiley](images/smilies/smile.png)