[unsolved]help with textlabel
#4

Dude, i think there is no need to delete label and create a new one.
Just use Update3DTextLabelText
Add some variable to HouseInfo array, like
Код:
3DText:hLabel,
And when you creating a label for every house (i think in OnGameModeInit) use:
Код:
HouseInfo[h][hLabel] = Create3DTextLabel(text[],color,x, y, z,15,0,1);
And in /buyhouse use:
Код:
Update3DTextLabelText(HouseInfo[h][hLabel], color, text[]);
Reply


Messages In This Thread
[unsolved]help with textlabel - by WardenCS - 31.12.2009, 12:08
Re: help with textlabel - by WardenCS - 31.12.2009, 13:33
Re: [unsolved]help with textlabel - by WardenCS - 31.12.2009, 17:26
Re: [unsolved]help with textlabel - by Norck - 31.12.2009, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)