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



error 035: argument type mismatch (argument 1) - PURG3D - 14.04.2015

Why?
pawn Код:
mysql_query("CREATE TABLE IF NOT EXISTS misc(gMOTD VARCHAR(60), aMOTD VARCHAR(60), vMOTD VARCHAR(60), cMOTD VARCHAR(60), pMOTD VARCHAR(60), ShopTechPay VARCHAR(60), GiftCode VARCHAR(60), TotalCitezens VARCHAR(60), TRCitezens VARCHAR(60), ShopClosed VARCHAR(60), RimMod VARCHAR(60), CarVoucher VARCHAR(60), PVIPVoucher VARCHAR(60), GarageVW VARCHAR(60), PumpkinStock VARCHAR(60), HaloweenShop VARCHAR(60))");



Re: error 035: argument type mismatch (argument 1) - Kar - 15.04.2015

mysql_query(connectionHandle, queryhere);

I think that's the syntax ^ depending on the version that you are using.

Are you using the latest version of BlueG's MySQL plugin?


Re: error 035: argument type mismatch (argument 1) - PURG3D - 15.04.2015

Quote:
Originally Posted by Kar
Посмотреть сообщение
mysql_query(connectionHandle, queryhere);

I think that's the syntax ^ depending on the version that you are using.

Are you using the latest version of BlueG's MySQL plugin?
No im not using it

So what will be the code? Im lil bit confused