12.08.2010, 15:54
I've been working on a little script where I need to make couple of 3d text (about 5) wich shows the house owner.
the code:
It isn't showing any text label, can somebody help me fix this?
the code:
Код:
new house132[128]; format(house132, sizeof(house132), "%s", HouseInfo[132][hOwner]); Create3DTextLabel(house132, COLOR_WHITE, 1946.1537,1778.6444,12.7144,50,0,0);