SA-MP Forums Archive
CreateDynamic3DTextLabel - Incognito Streamer - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: CreateDynamic3DTextLabel - Incognito Streamer (/showthread.php?tid=267982)



CreateDynamic3DTextLabel - Incognito Streamer - Gomma - 10.07.2011

Hello,

I been working on a Business System lately. There, I got following problem:

At OnGameModeInit I want to create a 3D Text label, showing informations about the businesses and so on. I am using Incognito's Streamer plugin. But somehow, the Text Label is not beeing displayed.


On this way (without streaming) it works:

Код:
Create3DTextLabel(string,ORANGE,BizzInfo[idx][x],BizzInfo[idx][y],BizzInfo[idx][z],40.0,0,0);
But on this way it doesn't (streaming):

Код:
CreateDynamic3DTextLabel(string,ORANGE,BizzInfo[idx][x],BizzInfo[idx][y],BizzInfo[idx][z],40.0,0,0);
-------------------------------------------------------------------

I am not totally sure about the parameters that are listed in the thread of the plugin but I get no warning messages.

So what am I doing wrong?


AW: CreateDynamic3DTextLabel - Incognito Streamer - Gomma - 12.07.2011

//Bump

[ Will this actually help anyhting? ]


Re: CreateDynamic3DTextLabel - Incognito Streamer - FireCat - 12.07.2011

pawn Код:
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:distance = 100.0);