09.08.2011, 00:48
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.