18.02.2011, 09:39
" warning 202: number of arguments does not match definition"
in the loop line...
(I'm using stricken's mysql plugin)
with thise code
I looked at wiki but somehow I didn't get the right syntax
if I use "mysql_fetch_row(v)" I get "error 035: argument type mismatch (argument 1)"
in the loop line...
(I'm using stricken's mysql plugin)
with thise code
pawn Код:
for(new v=0; v<mysql_num_rows() && mysql_fetch_row(); v++)
if I use "mysql_fetch_row(v)" I get "error 035: argument type mismatch (argument 1)"