Help with 2 tag mismatches. - 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: Help with 2 tag mismatches. (
/showthread.php?tid=536916)
Help with 2 tag mismatches. -
Mriss - 12.09.2014
so on these 2 lines i am getting tag mismatches
pawn Код:
Level3DText[playerid] = Create3DTextLabel(txt, -1, X, Y, Z, 10, 0, 0);
Attach3DTextLabelToPlayer(Level3DText[playerid], playerid, 0.0, 0.0, 0.0);
Re: Help with 2 tag mismatches. -
Ihateyou - 12.09.2014
do
new Text3D:Level3DText[playerid] = ...
just look at the wiki.. before posting
Re: Help with 2 tag mismatches. -
SoldadoH - 12.09.2014
new Text3D:label = Create3DTextLabel("Hello, I am new here!", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0); Attach3DTextLabelToPlayer(label, playerid, 0.0, 0.0, 0.7);
Functions