SA-MP Forums Archive
error 035: argument type mismatch (argument 1) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: error 035: argument type mismatch (argument 1) (/showthread.php?tid=613157)



error 035: argument type mismatch (argument 1) - alishvasis - 25.07.2016

hi Anyone Can Fix This ? TnX
lumberjack.pwn(185) : error 035: argument type mismatch (argument 1)

PHP код:
stock SaveMine()
{
    new 
ok[200];
     
format(ok,sizeof(ok),"INSERT INTO mine (cutt) VALUES (%d)"cutt);
     
mysql_query(ok);<<<<<Error On This Line  argument type mismatch (argument 1)
    return 
1;




Re: error 035: argument type mismatch (argument 1) - BoBiTza - 25.07.2016

Post database format on table mine , + post what cutt format are


Re: error 035: argument type mismatch (argument 1) - AbyssMorgan - 25.07.2016

check syntax for mysql_query :P