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=602676)



error 035: argument type mismatch (argument 1) - ctopha - 11.03.2016

error 035: argument type mismatch (argument 1)
Here is the line,

Код:
mysql_tquery(query, false, "NoReturnQuery", "");



Re: error 035: argument type mismatch (argument 1) - Banditul18 - 11.03.2016

Код:
 mysql_tquery(mysql,query, "NoReturnQuery", "");
mysql- your connection handler


Re: error 035: argument type mismatch (argument 1) - YouServ - 11.03.2016

Show query


Re: error 035: argument type mismatch (argument 1) - ctopha - 11.03.2016

Код:
				format(query, sizeof(query), "INSERT INTO bans(user_banned, bIP, user_banner, ban_reason, ban_timestamp, ban_time) VALUES ('%s', '%s', 'Server Ban', 'Fake Killing', UNIX_TIMESTAMP(), 0)", PlayerName, PlayerIP);
			    mysql_tquery(mysql,query, "NoReturnQuery", "");



Re: error 035: argument type mismatch (argument 1) - YouServ - 11.03.2016

Now show "mysql = mysql_connect([...])"