SA-MP Forums Archive
no matter what.. - 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: no matter what.. (/showthread.php?tid=570785)



no matter what.. - Glossy42O - 13.04.2015

No matter what if i use textdraws it ALWAYS gives me "Tag mistach"...


Re: no matter what.. - SequenceCuz - 13.04.2015

Show how you use it please!!!


Re: no matter what.. - Dignity - 13.04.2015

Tag mismatch means you're using incorrect parameters.


Re: no matter what.. - Stinged - 13.04.2015

Tag mismatch has nothing to do with parameters.
If it's a normal textdraw, add Text: to your variable name.
(Ex: new Text:td1)
If it's a player textdraw, add PlayerText: to your variable name.
(new PlayerText:td1)


Re: no matter what.. - Dignity - 13.04.2015

Quote:
Originally Posted by Stinged
Посмотреть сообщение
Tag mismatch has nothing to do with parameters.
Oh you're right, I got it confused with "function heading differs from prototype". Thanks for clearing it up!


Re: no matter what.. - Glossy42O - 13.04.2015

Oh my god, i found the problem xd, i did Textdraw:0.. it's because it ":"