Help with 2 tag mismatches.
#1

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);
Reply
#2

do

new Text3D:Level3DText[playerid] = ...

just look at the wiki.. before posting
Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)