22.06.2014, 05:49
Try adding 0.4 onto the Z coordinate
And make sure under your houseinfo enum that it's a Text3D, e.g. Text3D
treet
pawn Код:
HouseInfo[h][street] = CreateDynamic3DTextLabel(STREET,blue,HouseInfo[h][X],HouseInfo[h][Y],HouseInfo[h][Z]+0.4,25);
