CreatePlayer3DTextLabel attached to player, dissappears when player is out of stream range?
#1

Hello,

I'm creating a text label with CreatePlayer3DTextLabel
and attach it to a player, and I've set the streaming range to 10000.0

However, I only see the text label when the player is close to me :/
Is this because he is streamed out of my client?

And is there any way to fix this?

Thanks
Fallout
Reply
#2

im not sure ,but try this
pawn Code:
Streamer_SetFloatData(STREAMER_TYPE_3D_TEXT_LABEL , YOUR_3D_TEXT_ID , E_STREAMER_STREAM_DISTANCE, 1000.0);
or
pawn Code:
Streamer_SetFloatData(STREAMER_TYPE_3D_TEXT_LABEL , YOUR_3D_TEXT_ID , E_STREAMER_DRAW_DISTANCE, 1000.0);
Reply
#3

I'm not using a streamer for that :/




EDIT:
I temporarily fixed it be updating the 3dtext positions tot the player's position with a timer, when he is out of stream range.
But this is really not nice D:
I still need another solution for this.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)