SA-MP Forums Archive
Question about streaming labels. (Dynamic) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Question about streaming labels. (Dynamic) (/showthread.php?tid=453251)



Question about streaming labels. (Dynamic) - UnknownGamer - 24.07.2013

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).


Re: Question about streaming labels. (Dynamic) - Donvalley - 24.07.2013

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);



Re: Question about streaming labels. (Dynamic) - John_Tylor - 24.07.2013

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.