[solved] 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [solved] tag mismatch (
/showthread.php?tid=275117)
[solved] tag mismatch -
KoczkaHUN - 08.08.2011
edit: solved
How can I check a value if it is prefixed with a tag?
For example:
pawn Код:
if (Text:id == INVALID_TEXT_DRAW)
generates a tag mismatch warning.
What can I do?
Solution: prefix INVALID_TEXT_DRAW with " Text: " too.