3D Text Labels not showing up randomly
#1

For some reason, 3D text labels tend to show up "sometimes" when I create businesses or when the server restart. At one point they worked 100% fine now its when they feel like it.

Biz[name][Text3DHandle] = Create3DTextLabel(bizname,COLOR_ORANGE, Biz[name][EnterX],Biz[name][EnterY],Biz[name][EnterZ],40.0,0);

and on GameModeInit

Biz[i][Text3DHandle] = Create3DTextLabel(Biz[i][BizName],COLOR_ORANGE, Biz[i][EnterX],Biz[i][EnterY],Biz[i][EnterZ],40.0,0);
Reply
#2

We're gonna need more code than that.
Reply
#3

Like what? Theirs only one line needed to create a 3D text draw.
Reply
#4

Like how you are setting the data into the array. Like, Biz[name][EnterX], etc. to make sure you are loading the coordinates into the array before attempting to create the label.
Reply
#5

I am indeed, As I said it works sometimes which is the odd part.
Reply
#6

Quote:
Originally Posted by MisterTickle
I am indeed, As I said it works sometimes which is the odd part.
Ah, so it's different ones not showing up at different times or is it the same ones that occasionally don't show up?
Reply
#7

Lets say I create a few businesses, They may show but than randomly BOOM for no reason stop, Or they may not show at all.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)