28.09.2018, 08:47
Hey!
I'm having a Tag Mismatch warning with CreateDynamic3DTextLabel..
bInfo[id][b3DText] = CreateDynamic3DTextLabel(bInfo[id][bName], bInfo[id][bColor], x, y, z+0.2, 20.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, STREAMER_3D_TEXT_LABEL_SD, -1, 0 );
I added bInfo[id][b3DText] as an ID so later on I can use UpdateDynamic3DTextLabel.. but i'm getting tag mismatch with it
I'm having a Tag Mismatch warning with CreateDynamic3DTextLabel..
bInfo[id][b3DText] = CreateDynamic3DTextLabel(bInfo[id][bName], bInfo[id][bColor], x, y, z+0.2, 20.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, STREAMER_3D_TEXT_LABEL_SD, -1, 0 );
I added bInfo[id][b3DText] as an ID so later on I can use UpdateDynamic3DTextLabel.. but i'm getting tag mismatch with it