SA-MP Forums Archive
warning - 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: warning (/showthread.php?tid=502888)



warning - Lajko1 - 26.03.2014

Why tag mismatch?

pawn Код:
MaskIDLab[playerid] = Create3DTextLabel(Text3D:MaskIDLab[playerid], 0xFFFFFFFF, 0, 0, 0, NAME_DRAWDISTANCE, 0, 1 ); // Creating label



Re: warning - Konstantinos - 26.03.2014

MaskIDLab must have the tag Text3D but the problem is that the 1st parameter of the Create3DTextLabel must be an array/string.


Re: warning - Lajko1 - 26.03.2014

Fixed for now.