Argument type mismatch.. Help :D
#1

Hi, i have a problem.

This is source:
Код:
new
uid, 
writies;
uid = strval(mysql_fetch_row("cid")); // (Error: argument 1)
writies = strval(mysql_fetch_row("write"));  // (Error: argument 1)
mysql_free_result();
Thanks for Help.
Reply
#2

Problem with ur mysql_fetch_row. It goes like this:
pawn Код:
mysql_fetch_row(dest[], const splitter[], MySQL:handle);
Reply
#3

I use the MySQL Plugin R6-2

And there defines
Код:
#define mysql_fetch_row(%1) mysql_fetch_row_format(%1,"|")
mysql_fetch_row_format(string[],const delimiter[] = "|",connectionHandle = 1);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)