Mefisto_PL Posted April 6, 2014 Share Posted April 6, 2014 (edited) NOW NOTHING, REMOVE PLEASE. Edited April 6, 2014 by Guest Link to comment
iPrestege Posted April 6, 2014 Share Posted April 6, 2014 local miasta_bg = guiCreateStaticImage ( 25, 25, 300, 75, "files/images/gui/blank.png", false ) -- don't look at the file name function createGUIFrame ( x, y, width, height, parent ) if x and y then if width and height then frame_up = guiCreateStaticImage ( 0, 0, width, 1, "files/images/gui/blank.png", false, parent ) frame_left = guiCreateStaticImage ( 0, 0, 1, height, "files/images/gui/blank.png", false, parent ) frame_down = guiCreateStaticImage ( 0, y, width, 1, "files/images/gui/blank.png", false, parent ) frame_right = guiCreateStaticImage ( x, 0, 1, height, "files/images/gui/blank.png", false, parent ) guiSetProperty ( frame_up, "ImageColours", "tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000" ) guiSetProperty ( frame_left, "ImageColours", "tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000" ) guiSetProperty ( frame_down, "ImageColours", "tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000" ) guiSetProperty ( frame_right, "ImageColours", "tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000" ) end end end createGUIFrame ( 25, 25, 300, 75, miasta_bg ) That's because the function is not handled yet you can try this. Link to comment
Mefisto_PL Posted April 6, 2014 Author Share Posted April 6, 2014 Okay, thanks, working Link to comment
iPrestege Posted April 6, 2014 Share Posted April 6, 2014 Not at all , I didn't edit anything just moving a part . Link to comment
Mefisto_PL Posted April 6, 2014 Author Share Posted April 6, 2014 I know, when I found the problem then I fix that, but thanks for trying to help me 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