11.02.2017, 00:18
If i use Create3DTextLabel normal, it's work fine...
But when i change every Create3DTextLabel to CreateDynamic3DTextLabel
So this problem start...
You mean the problem is here? Lol... where?
NameTag[playerid] = CreateDynamic3DTextLabel(string, COLOR_WHITE, 0, 0, 0, NAME_DRAWDISTANCE, 0, 1 );
NameTag[playerid] = CreateDynamic3DTextLabel(text_, COLOR_______, X, Y, Z, DISTANCE(50.0)_____,VW,TL);
Virtual World is the world will show up? Right?
GetPlayerVirtualWorld(playerid);
TL
Is:
1- Show text behind another objects
0- Do not show text behind another objects
But when i change every Create3DTextLabel to CreateDynamic3DTextLabel
So this problem start...
You mean the problem is here? Lol... where?
NameTag[playerid] = CreateDynamic3DTextLabel(string, COLOR_WHITE, 0, 0, 0, NAME_DRAWDISTANCE, 0, 1 );
NameTag[playerid] = CreateDynamic3DTextLabel(text_, COLOR_______, X, Y, Z, DISTANCE(50.0)_____,VW,TL);
Virtual World is the world will show up? Right?
GetPlayerVirtualWorld(playerid);
TL
Is:
1- Show text behind another objects
0- Do not show text behind another objects