why 3dynamictextlabel disappear
#1

i add 3dynamictextlabel to player, and after 10 secounds text disappear
Reply
#2

Can you show us the script? Probably just a small error
Reply
#3

new Text3D:lbl[MAX_PLAYERS];
on login
Код:
DestroyDynamic3DTextLabel(lbl[playerid]);
lbl[playerid] = CreateDynamic3DTextLabel("{FFFF00}USER", COLOR_WHITE, 0, 0, -20, 20, playerid,-1,-1,-1,-1,-1,20.0);
Streamer_SetFloatData(STREAMER_TYPE_3D_TEXT_LABEL, lbl[playerid] , E_STREAMER_ATTACH_OFFSET_Z, 0.4);
Reply
#4

what is wrong? why disappear
Reply
#5

Try this:
lbl[playerid] = CreateDynamic3DTextLabel("{FFFF00}USER", COLOR_WHITE, 0, 0, -20, 20, playerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)