scienziato-pazzo Posted April 12, 2013 Share Posted April 12, 2013 Hi, I saw in some servers that there is a customized gui, for example it's grey instead of black and it has got a different style. So how to customize the gui? Link to comment
fmj02 Posted April 12, 2013 Share Posted April 12, 2013 viewtopic.php?f=108&t=43639&hilit=dxgui Link to comment
scienziato-pazzo Posted April 13, 2013 Author Share Posted April 13, 2013 But how to set a background image in the gui Window? Link to comment
iPrestege Posted April 13, 2013 Share Posted April 13, 2013 Do you mean? function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "FilePath.png", relative2 ) return mainBackground end Don't forget to add the file to meta.xml . 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