HealthDown Posted September 9, 2011 Share Posted September 9, 2011 i have tried centerWindow code and it doesnt work how to do it in other way Link to comment
brad Posted September 9, 2011 Share Posted September 9, 2011 sorry man i am more noob wahit you Link to comment
JR10 Posted September 9, 2011 Share Posted September 9, 2011 local windowWidth , windowHeight = 400 , 400 local screenX , screenY = guiGetScreenSize ( ) local left , top = screenX / 2 - windowWidth / 2 , screenY / 2 - windowHeight / 2 guiCreateWindow ( left , top , windowWidth , windowHeight , "Window" , false ) 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