Tag Mismatch - 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: Tag Mismatch (
/showthread.php?tid=578199)
Tag Mismatch -
nezo2001 - 17.06.2015
PHP код:
new money[129];
format(money,sizeof(money), "SELECT price FROM houses WHERE id='%i'", PlayerInfo[playerid][pHouseID]);
new result = mysql_query(1, money, true); //here
Re: Tag Mismatch -
Darrenr - 17.06.2015
Which mysql plugin are you using?
Re: Tag Mismatch -
Konstantinos - 17.06.2015
result would need
Cache: tag but non-threaded queries are not recommended. You should consider reading AndreT's tutorial about how to use threaded queries.
Re: Tag Mismatch -
nezo2001 - 17.06.2015
I tried
Cache but same error