SA-MP Forums Archive
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=528192)



tag mismatch - arko123 - 26.07.2014

I keep getting this error:
pawn Код:
Business/stocks.txt(14) : warning 213: tag mismatch
with this line and I don't know why.
pawn Код:
db_get_field_assoc(Result, "id", temp, sizeof temp);
Business[id][pSQLID] = strval(temp);



Re: tag mismatch - arko123 - 26.07.2014

Never mind I fixed it, it was meant to be bSQLID and not pSQLID.