Hello i have a problem that when im trying to display some text it gets overridden kinda
[IMG]http://i.imgur.com/1OLIXql.png[/IMG]
i have text there but it isent displayed when you look from above
Code
[CODE]
cam.Start3D2D(Pos + Ang:Up() * 14, Ang, 0.19)
draw.SimpleText( owner, "Trebuchet18", -106, 22, Color( 255, 255, 255, 255 ) );
cam.End3D2D()
cam.Start3D2D(Pos + Ang:Up() * 10.7 , Ang, 0.19)
draw.RoundedBox( 0, 30 - 110, - 86, 162, 162, LabelBackgroundColor );
cam.End3D2D()
[/CODE]
the draw.SimpleText( owner, "Trebuchet18", -106, 22, Color( 255, 255, 255, 255 ) ); isent getting shown because of the roundedbox idk how to show the text the text is above the hud
draw in the second cam.Start3d2d and use x,y to fix the position
Anyway, have you defined owner AS STRING?
nvm i found something out i used draw.DrawText
Sorry, you need to Log In to post a reply to this thread.