argument type mismatch (argument 1)
#2

yes format expects a string as the first argument

pawn Код:
new Query[128];
    new DBResult:qresult;
    qresult = db_query(Database,"SELECT * FROM `HOUSES`");
    format(Query,sizeof(Query),"%d", db_num_rows(qresult));
Reply


Messages In This Thread
argument type mismatch (argument 1) - by Danijel. - 23.06.2012, 19:52
Re: argument type mismatch (argument 1) - by Jonny5 - 23.06.2012, 20:07
Re: argument type mismatch (argument 1) - by Danijel. - 23.06.2012, 20:17
Re: argument type mismatch (argument 1) - by DeathTone - 23.06.2012, 20:21
Re: argument type mismatch (argument 1) - by Jonny5 - 23.06.2012, 20:21
Re: argument type mismatch (argument 1) - by Danijel. - 23.06.2012, 20:22
Re: argument type mismatch (argument 1) - by Danijel. - 23.06.2012, 20:24
Re: argument type mismatch (argument 1) - by Jonny5 - 23.06.2012, 20:30
Re: argument type mismatch (argument 1) - by Danijel. - 23.06.2012, 20:32

Forum Jump:


Users browsing this thread: 3 Guest(s)