10.07.2011, 18:41
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:
But on this way it doesn't (streaming):
-------------------------------------------------------------------
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?
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);
Код:
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?