3D text label
#1

How do i make a 3d text label sit on the ground and not mid air?


PHP код:
Create3DTextLabel("CAR SHOP"0xFF0000FF, -247.9668,2692.8032,62.683610.000);//USA 1 
Reply
#2

Reduce the Z coordinate until your text is really on ground.
Reply
#3

Код:
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS);
text[] - The initial text string.
color - The text Color
x - X-Coordinate
y - Y-Coordinate
z - Z-Coordinate
DrawDistance - The distance from where you are able to see the 3D Text Label
VirtualWorld - The virtual world in which you are able to see the 3D Text
testLOS - 0/1 Test the line-of-sight so this text can't be seen through objects
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)