CreateDynamic3DTextLabel - Incognito Streamer
#1

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?
Reply
#2

//Bump

[ Will this actually help anyhting? ]
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)