Dynamic3DTextLabel ,tag mismatch
#1

Example Test
Код:
new Text3D:testLabel = CreateDynamic3DTextLabel("aa", 0xFFFFFFFF, 1, 1, 1, 10, INVALID_PLAYER_ID, -1, 1);
I just try to define invalid id (i made this for test)
Код:
testLabel = -1;
//or
testLabel = INVALID_3DTEXT_ID;
Result / Error Code
Код:
warning 213: tag mismatch
Whats my wrong?
Reply
#2

Try;

PHP код:
Text3D:textlabel = -1;
Text3D:textlabel INVALID_3DTEXT_ID
or

PHP код:
textlabel Text3D:INVALID_3DTEXT_ID
I assume the second one will work, Not the first one.
Try them both anyway.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)