WASSIm. Posted July 13, 2013 Author Posted July 13, 2013 (edited) I don't see it in the elements page "Element" ( win ) is element function guidxCreateWindow(x,y,w,h,text) win = guiCreateStaticImage( x,y,w,h, "black.png", false) local wx, wy = guiGetSize ( win, false ) guiSetProperty( win, "Alpha", 70) local winup = guiCreateStaticImage( 0,0,1,0.1, "winup.jpg", true, win ) local text = guiCreateLabel(0,0,1, 1,text,true, winup) guiSetProperty( text, "Alpha", 300) guiLabelSetHorizontalAlign(text, "center") guiLabelSetVerticalAlign(text, "center") guiSetFont ( text, guiCreateFont( "font.ttf", 30 ) ) return win end Edited July 13, 2013 by Guest
Castillo Posted July 13, 2013 Posted July 13, 2013 yes I don't see it in the elements page "Element" Would you please stop posting if you have absolutely no idea of what is all about? San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
Castillo Posted July 13, 2013 Posted July 13, 2013 I wasn't telling you that, it was for 6ArHxiMr'3a[Z]eF. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
WASSIm. Posted July 13, 2013 Author Posted July 13, 2013 I wasn't telling you that, it was for 6ArHxiMr'3a[Z]eF. ops sry
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