kamel10 Posted May 26, 2015 Share Posted May 26, 2015 function centerWindow(center_window) local screenW,screenH=guiGetScreenSize() local windowW,windowH=guiGetSize(center_window,false) local x,y = (screenW-windowW)/2,(screenH-windowH)/2 guiSetPosition(center_window,x,y,false) end يقولي '=' expected near function Link to comment
Simple. Posted May 26, 2015 Share Posted May 26, 2015 ترا مايحتاج كل شوي تسوي موضوع حط مشاكلك بموضوع واححد !!!! 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