Mr-Kartha Posted July 14, 2013 Share Posted July 14, 2013 السلام عليكم ورحمة الله وبركاته ممكن مساعده لا هنتم هاذي لوحة GUIEditor = { button = {}, window = {}, staticimage = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(992, 159, 230, 556, "لوحة تحكم الزائر", false) -هاذ المطلوب guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF13FFFC") الزرار ولمكوانات حقها مثال يعني end ) المطلوب الأن هاذي الوحه ابيها تكون فل سكرين على كل الشاشات يعني لو كانت شاشة العبه win تجي كامله لو كانت فل سكرين تجي كامله وشكرا Link to comment
فاّرس Posted July 14, 2013 Share Posted July 14, 2013 ما يحتاج حدث اذا اشتغل المود ذذ, 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 GUIEditor = { button = {}, window = {}, staticimage = {}, label = {} } GUIEditor.window[1] = guiCreateWindow(992, 159, 230, 556, "لوحة تحكم الزائر", false) centerWindow(GUIEditor.window[1]) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF13FFFC") Link to comment
Mr-Kartha Posted July 14, 2013 Author Share Posted July 14, 2013 بروح للمسجد اصلي الفجر واجيك ان شاء الله اجرب Link to comment
Mr-Kartha Posted July 14, 2013 Author Share Posted July 14, 2013 ما ظبطت نفس الشي .. على الشاشات الكبيره تبان صغيره 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 Link to comment
Bssol Posted July 14, 2013 Share Posted July 14, 2013 GUIEditor = { button = {}, window = {}, staticimage = {}, label = {} } local scrX,scrY = guiGetScreenSize() GUIEditor.window[1] = guiCreateWindow(0, 0, scrX, scrY, "لوحة تحكم الزائر", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF13FFFC") Link to comment
./BlackBird# Posted July 14, 2013 Share Posted July 14, 2013 جرب ذي الطريقةة local x,y = guiGetScreenSize() GUIEditor.window[1] = guiCreateWindow(x*992/800,y*159/600,x*230/800,y*556/600, "لوحة تحكم الزائر", false) طبعا تستبدل 800 , 600 بمقاسات شاشتك انت يعني لو شاشتك 1366 , 786 يصير كذا local x,y = guiGetScreenSize() GUIEditor.window[1] = guiCreateWindow(x*992/1366,y*159/786,x*230/1366,y*556/786, "لوحة تحكم الزائر", false) Link to comment
Mr-Kartha Posted July 14, 2013 Author Share Posted July 14, 2013 GUIEditor = { button = {}, window = {}, staticimage = {}, label = {} } local scrX,scrY = guiGetScreenSize() GUIEditor.window[1] = guiCreateWindow(0, 0, scrX, scrY, "لوحة تحكم الزائر", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF13FFFC") مشكور بسول يعطيك العافيه يا اخ العرب وللجمعي على المساعده 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