SA-MP Forums Archive
Tag Mismatch - I don't understand - 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 - I don't understand (/showthread.php?tid=320453)



Showing Text3D with SSCANF - Abreezy - 22.02.2012

sscanf(query, "p<|>is[32]ddffffffiid",

BusinessInfo[id][LabelID]


This part gives me a tag mismatch, and the reason is because of the Enum which is:

pawn Код:
Text3D: LabelID

How can I show a Text3D in sscanf?


Re: Tag Mismatch - I don't understand - Abreezy - 23.02.2012

Bump, - Different topic.


Re: Tag Mismatch - I don't understand - MP2 - 23.02.2012

Try pre-fixing it with _:

If that doesn't fix it, show the actual full code.


Re: Tag Mismatch - I don't understand - Abreezy - 23.02.2012

Fixed.