SA-MP Forums Archive
Having a little trouble with mysql - 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: Having a little trouble with mysql (/showthread.php?tid=567065)



Having a little trouble with mysql - Hybris - 10.03.2015

Hello I've got abit of a problemi tried making a command which gets tied to my database but it keeps on giving me a error btw im using BUDS
error 035: argument type mismatch (argument 1)
Код:
Result = db_query(Query, Database);
this is the line before the line above
Код:
	format(Query, sizeof(Query), "SELECT NULL FROM users WHERE username = '%s' LIMIT 0, 1", DB_Escape(new_name));



Re: Having a little trouble with mysql - Misiur - 10.03.2015

https://sampwiki.blast.hk/wiki/Db_query

Swap your arguments


Re: Having a little trouble with mysql - Hybris - 10.03.2015

still gives me the same error