Faw[Ful] Posted January 15, 2011 Share Posted January 15, 2011 I have a picture created with guiCreateStaticImage and I have a text created with dxText:create it is in the race_client.lua But the text is behind the picture and I cant see it , I look on the wiki, but in the Required Arguments I cant find how to set the depth of the 2D picture ? Link to comment
H5N1 Posted January 15, 2011 Share Posted January 15, 2011 Use this - https://wiki.multitheftauto.com/wiki/GuiBringToFront Link to comment
Buffalo Posted January 15, 2011 Share Posted January 15, 2011 Set postGUI to true (dxDrawText) mytext = dxText:create( bla,bla,bla... ) mytext:postGUI(true) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now