Tag Mismatch with 3D Text Labels [FIXED]
#1

pawn Код:
format(string, sizeof(string), "Stranger_%d", playerVariables[playerid][pMaskID]);
            MaskLabel[playerid] = Create3DTextLabel(string, COLOR_WHITE, 0, 0, 0,  10, 0, 0); //This vote gives me a tag mismatch.
            Attach3DTextLabelToPlayer(MaskLabel[playerid], playerid, 0, 0, 0.5); //This code gives me a tag mismatch.
Please help me -.- These codes don't work for some reason.
Reply
#2

Are you initializing the MaskLabel array with the Text3D tag? Like so:

pawn Код:
new Text3D:MaskLabel[MAX_PLAYERS];
Hope that helps!
Reply
#3

Thanks, it works.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)