15.06.2010, 02:47
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);
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);