Question about streaming labels. (Dynamic)
#1

pawn Код:
CreateDynamic3DTextLabel("text",COLOR_GREEN, x, y, z, 15, 1, 1);
Why does the labels not work, if I try to change them to a different virtual world?

They work how-ever, if I have it set as:

pawn Код:
CreateDynamic3DTextLabel("text",COLOR_GREEN, x, y, z, 15);
I'm trying to set a dynamic label into VW-1. (VirtualWorld 1).
Reply
#2

if your using Incognito's Streamer Plugin (https://sampforum.blast.hk/showthread.php?tid=102865)

The CreateDynamic3DTextLabel is like this:
pawn Код:
Text3D:CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
Reply
#3

If it's about biz.
BizLabel[iArrayIndex] =
Text3D:CreateDynamic3DTextLabel(szFileStr, "Added your color here", BizInfo[iArrayIndex][bLocation_x], BizInfo[iArrayIndex][bLocation_y], BizInfo[iArrayIndex][bLocation_z]+0.1, 20, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, BizInfo[iArrayIndex][bPVW], BizInfo[iArrayIndex][bPInt], -1, 100.0);

IF i helped you +Reputation me. thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)