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=312816)
Tag mismatch? -
Gerira Gaijin - 22.01.2012
I'm using Incognito's streamer. How to make a variable to contain Label ID? Text3D: doesn't work.
Re: Tag mismatch? -
[HiC]TheKiller - 22.01.2012
Use the tag overide _:
pawn Код:
new Text3D:textid;
printf("%d", _:textid);
Pretty sure that's it
.
Re: Tag mismatch? -
MP2 - 22.01.2012
Show the errors and the corresponding lines of code.
Re: Tag mismatch? -
Gerira Gaijin - 22.01.2012
Doesn't matter, used the normal Create3DTextLabel... Thanks anyways