Mr.OppS Posted September 28, 2017 Share Posted September 28, 2017 السلام عليكم كيف الحال؟ لوحة من اف2 الكود:Client 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_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Checkbox = {} GUIEditor_Scrollbar = {} wnd = guiCreateWindow(136,91,534,452,"Panel Car",false) guiWindowSetSizable(wnd,false) centerWindow(wnd) GUIEditor_Label[1] = guiCreateLabel(11,28,505,30,"Information/",false,wnd) guiLabelSetColor(GUIEditor_Label[1],255,0,0) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(29,50,505,30,"Name: ",false,wnd) guiLabelSetColor(GUIEditor_Label[2],255,255,0) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[4] = guiCreateLabel(29,89,505,30,"Ping:",false,wnd) guiLabelSetColor(GUIEditor_Label[4],255,255,0) guiSetFont(GUIEditor_Label[4],"default-bold-small") GUIEditor_Label[61] = guiCreateLabel(60,89,505,30,"",false,wnd) guiLabelSetColor(GUIEditor_Label[61],255,0,0) guiSetFont(GUIEditor_Label[61],"default-bold-small") GUIEditor_Label[5] = guiCreateLabel(29,110,505,30,"Serial:",false,wnd) guiLabelSetColor(GUIEditor_Label[5],255,0,255) guiSetFont(GUIEditor_Label[5],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(240,200,110,36,"Report",false,wnd) Image = guiCreateStaticImage( 0, 0, 1920, 1200, "Photo.png", false ,wnd) guiSetVisible(wnd,false) bindKey("F2","down", function () if guiGetVisible(wnd) then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) else guiSetVisible(wnd,true) showCursor(true) guiSetInputEnabled(true) end end ) chat = true addEventHandler("onClientGUIClick",root, function () if source == GUIEditor_Button[7] then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) executeCommandHandler("report") end end ) ابي اسوي 2 اضافة 1) ماعرف كيف ض,لان هذا شاشتة الطول اكثير من العرض وهذا العرض اكثير من الطو ! وهذا مسوي لعبة حجم صغير والخخ(full Screen)الـوحـة تظهر بحجم شاشة كلها 2) اذا تحدد بالماوس على اسم = تقدر تحرك الوحة,(panel Car) الوحة ثـابـتـة ! لاتتـحـرك,أعلى لوحة مكتوب اسم3) (full Screen) انا ضايف بالوحة صورة ! بس اريد اخلي صورة بحجم شاشة كلها شكراً Link to comment
+Source|> Posted September 28, 2017 Share Posted September 28, 2017 9 hours ago, Mr.OppS said: السلام عليكم كيف الحال؟ لوحة من اف2 الكود:Client 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_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Checkbox = {} GUIEditor_Scrollbar = {} wnd = guiCreateWindow(136,91,534,452,"Panel Car",false) guiWindowSetSizable(wnd,false) centerWindow(wnd) GUIEditor_Label[1] = guiCreateLabel(11,28,505,30,"Information/",false,wnd) guiLabelSetColor(GUIEditor_Label[1],255,0,0) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(29,50,505,30,"Name: ",false,wnd) guiLabelSetColor(GUIEditor_Label[2],255,255,0) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[4] = guiCreateLabel(29,89,505,30,"Ping:",false,wnd) guiLabelSetColor(GUIEditor_Label[4],255,255,0) guiSetFont(GUIEditor_Label[4],"default-bold-small") GUIEditor_Label[61] = guiCreateLabel(60,89,505,30,"",false,wnd) guiLabelSetColor(GUIEditor_Label[61],255,0,0) guiSetFont(GUIEditor_Label[61],"default-bold-small") GUIEditor_Label[5] = guiCreateLabel(29,110,505,30,"Serial:",false,wnd) guiLabelSetColor(GUIEditor_Label[5],255,0,255) guiSetFont(GUIEditor_Label[5],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(240,200,110,36,"Report",false,wnd) Image = guiCreateStaticImage( 0, 0, 1920, 1200, "Photo.png", false ,wnd) guiSetVisible(wnd,false) bindKey("F2","down", function () if guiGetVisible(wnd) then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) else guiSetVisible(wnd,true) showCursor(true) guiSetInputEnabled(true) end end ) chat = true addEventHandler("onClientGUIClick",root, function () if source == GUIEditor_Button[7] then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) executeCommandHandler("report") end end ) ابي اسوي 2 اضافة 1) ماعرف كيف ض,لان هذا شاشتة الطول اكثير من العرض وهذا العرض اكثير من الطو ! وهذا مسوي لعبة حجم صغير والخخ(full Screen)الـوحـة تظهر بحجم شاشة كلها 2) اذا تحدد بالماوس على اسم = تقدر تحرك الوحة,(panel Car) الوحة ثـابـتـة ! لاتتـحـرك,أعلى لوحة مكتوب اسم3) (full Screen) انا ضايف بالوحة صورة ! بس اريد اخلي صورة بحجم شاشة كلها شكراً مفهمت ول شي Link to comment
Mr.OppS Posted September 28, 2017 Author Share Posted September 28, 2017 10 hours ago, Source|> said: مفهمت ول شي اوضح اكثير1) ماعرف كيف ض,لان هذا شاشتة الطول اكثير من العرض وهذا العرض اكثير من الطو ! وهذا مسوي لعبة حجم صغير والخخ(full Screen)الـوحـة تظهر بحجم شاشة كلها الأكـواد المذكورة فى الأعلى^ خاصة بالوحة سيارات & تظهر الوحة من اف2اذا تنسـخ الاكواد المذكورة بالأعلى ^ و تنشاء ملف"كلينت"وتجرب لوحة فى السيرفر المحلى ,' تـظهـر بهذا الشكل :- شوف صورة الوحة تظهر بـمـنـتـصـف الشاشـة ! وبحجم مـتـوسط, تم وضع اطار بالون الاخضر الفاتح !!,',',',',',',',',',',',',',',',',',',',','(full Screen) أنـا اريد اسوي الوحـة تظهـر بحـجـم الشاشـة كلها اذا شخص مسوي حجم اللعبة صغيرة(نافذة) او شخص شاشـتـه اطول او اصغر تناسبة !!شوف هذة صورة ! يوجود اطار بالون الأخضر الفاتـح !! اريد اسوى اللوحة بنفس حـجـم اللون الاخضر 2) اذا تحدد بالماوس على اسم = تقدر تحرك الوحة,(panel Car) الوحة ثـابـتـة ! لاتتـحـرك,أعلى لوحة مكتوب اسم3) (full Screen) انا ضايف بالوحة صورة ! بس اريد اخلي صورة بحجم شاشة كلها Link to comment
Mr.OppS Posted September 28, 2017 Author Share Posted September 28, 2017 14 minutes ago, #,+( _xiRoc[K]; > said: guiGetScreenSize Link to comment
MR.StoRm Posted September 28, 2017 Share Posted September 28, 2017 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_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Checkbox = {} GUIEditor_Scrollbar = {} wnd = guiCreateWindow(136,91,534,452,"Panel Car",false) guiWindowSetSizable(wnd,false) centerWindow(wnd) GUIEditor_Label[1] = guiCreateLabel(11,28,505,30,"Information/",false,wnd) guiLabelSetColor(GUIEditor_Label[1],255,0,0) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(29,50,505,30,"Name: ",false,wnd) guiLabelSetColor(GUIEditor_Label[2],255,255,0) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[4] = guiCreateLabel(29,89,505,30,"Ping:",false,wnd) guiLabelSetColor(GUIEditor_Label[4],255,255,0) guiSetFont(GUIEditor_Label[4],"default-bold-small") GUIEditor_Label[61] = guiCreateLabel(60,89,505,30,"",false,wnd) guiLabelSetColor(GUIEditor_Label[61],255,0,0) guiSetFont(GUIEditor_Label[61],"default-bold-small") GUIEditor_Label[5] = guiCreateLabel(29,110,505,30,"Serial:",false,wnd) guiLabelSetColor(GUIEditor_Label[5],255,0,255) guiSetFont(GUIEditor_Label[5],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(240,200,110,36,"Report",false,wnd) Image = guiCreateStaticImage( 0, 0, 1920, 1200, "Photo.png", false ,wnd) guiSetVisible(wnd,false) bindKey ( 'F2' , 'Down' , function () guiSetVisible ( wnd , not guiGetVisible ( wnd ) ) showCursor ( guiGetVisible ( wnd ) ) centerWindow ( ) end ) addEventHandler("onClientGUIClick",root, function () if source == GUIEditor_Button[7] then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) executeCommandHandler("report") end end ) try this . Link to comment
Mr.OppS Posted September 28, 2017 Author Share Posted September 28, 2017 4 minutes ago, MR.StoRm said: 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_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Checkbox = {} GUIEditor_Scrollbar = {} wnd = guiCreateWindow(136,91,534,452,"Panel Car",false) guiWindowSetSizable(wnd,false) centerWindow(wnd) GUIEditor_Label[1] = guiCreateLabel(11,28,505,30,"Information/",false,wnd) guiLabelSetColor(GUIEditor_Label[1],255,0,0) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(29,50,505,30,"Name: ",false,wnd) guiLabelSetColor(GUIEditor_Label[2],255,255,0) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[4] = guiCreateLabel(29,89,505,30,"Ping:",false,wnd) guiLabelSetColor(GUIEditor_Label[4],255,255,0) guiSetFont(GUIEditor_Label[4],"default-bold-small") GUIEditor_Label[61] = guiCreateLabel(60,89,505,30,"",false,wnd) guiLabelSetColor(GUIEditor_Label[61],255,0,0) guiSetFont(GUIEditor_Label[61],"default-bold-small") GUIEditor_Label[5] = guiCreateLabel(29,110,505,30,"Serial:",false,wnd) guiLabelSetColor(GUIEditor_Label[5],255,0,255) guiSetFont(GUIEditor_Label[5],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(240,200,110,36,"Report",false,wnd) Image = guiCreateStaticImage( 0, 0, 1920, 1200, "Photo.png", false ,wnd) guiSetVisible(wnd,false) bindKey ( 'F2' , 'Down' , function () guiSetVisible ( wnd , not guiGetVisible ( wnd ) ) showCursor ( guiGetVisible ( wnd ) ) centerWindow ( ) end ) addEventHandler("onClientGUIClick",root, function () if source == GUIEditor_Button[7] then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) executeCommandHandler("report") end end ) try this . نفس شئ Link to comment
MR.StoRm Posted September 28, 2017 Share Posted September 28, 2017 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_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Checkbox = {} GUIEditor_Scrollbar = {} wnd = guiCreateWindow(136,91,534,452,"Panel Car",false) guiWindowSetSizable(wnd,false) GUIEditor_Label[1] = guiCreateLabel(11,28,505,30,"Information/",false,wnd) guiLabelSetColor(GUIEditor_Label[1],255,0,0) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(29,50,505,30,"Name: ",false,wnd) guiLabelSetColor(GUIEditor_Label[2],255,255,0) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[4] = guiCreateLabel(29,89,505,30,"Ping:",false,wnd) guiLabelSetColor(GUIEditor_Label[4],255,255,0) guiSetFont(GUIEditor_Label[4],"default-bold-small") GUIEditor_Label[61] = guiCreateLabel(60,89,505,30,"",false,wnd) guiLabelSetColor(GUIEditor_Label[61],255,0,0) guiSetFont(GUIEditor_Label[61],"default-bold-small") GUIEditor_Label[5] = guiCreateLabel(29,110,505,30,"Serial:",false,wnd) guiLabelSetColor(GUIEditor_Label[5],255,0,255) guiSetFont(GUIEditor_Label[5],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(240,200,110,36,"Report",false,wnd) Image = guiCreateStaticImage( 0, 0, 1920, 1200, "Photo.png", false ,wnd) guiSetVisible(wnd,false) bindKey ( 'F2' , 'Down' , function () guiSetVisible ( wnd , not guiGetVisible ( wnd ) ) showCursor ( guiGetVisible ( wnd ) ) centerWindow ( ) end ) addEventHandler("onClientGUIClick",root, function () if source == GUIEditor_Button[7] then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) executeCommandHandler("report") end end ) Link to comment
Mr.OppS Posted September 28, 2017 Author Share Posted September 28, 2017 4 minutes ago, MR.StoRm said: 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_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Checkbox = {} GUIEditor_Scrollbar = {} wnd = guiCreateWindow(136,91,534,452,"Panel Car",false) guiWindowSetSizable(wnd,false) centerWindow(wnd) GUIEditor_Label[1] = guiCreateLabel(11,28,505,30,"Information/",false,wnd) guiLabelSetColor(GUIEditor_Label[1],255,0,0) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(29,50,505,30,"Name: ",false,wnd) guiLabelSetColor(GUIEditor_Label[2],255,255,0) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[4] = guiCreateLabel(29,89,505,30,"Ping:",false,wnd) guiLabelSetColor(GUIEditor_Label[4],255,255,0) guiSetFont(GUIEditor_Label[4],"default-bold-small") GUIEditor_Label[61] = guiCreateLabel(60,89,505,30,"",false,wnd) guiLabelSetColor(GUIEditor_Label[61],255,0,0) guiSetFont(GUIEditor_Label[61],"default-bold-small") GUIEditor_Label[5] = guiCreateLabel(29,110,505,30,"Serial:",false,wnd) guiLabelSetColor(GUIEditor_Label[5],255,0,255) guiSetFont(GUIEditor_Label[5],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(240,200,110,36,"Report",false,wnd) Image = guiCreateStaticImage( 0, 0, 1920, 1200, "Photo.png", false ,wnd) guiSetVisible(wnd,false) bindKey ( 'F2' , 'Down' , function () guiSetVisible ( wnd , not guiGetVisible ( wnd ) ) showCursor ( guiGetVisible ( wnd ) ) centerWindow ( ) end ) addEventHandler("onClientGUIClick",root, function () if source == GUIEditor_Button[7] then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) executeCommandHandler("report") end end ) try this . 4 minutes ago, MR.StoRm said: 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_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Checkbox = {} GUIEditor_Scrollbar = {} wnd = guiCreateWindow(136,91,534,452,"Panel Car",false) guiWindowSetSizable(wnd,false) GUIEditor_Label[1] = guiCreateLabel(11,28,505,30,"Information/",false,wnd) guiLabelSetColor(GUIEditor_Label[1],255,0,0) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(29,50,505,30,"Name: ",false,wnd) guiLabelSetColor(GUIEditor_Label[2],255,255,0) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[4] = guiCreateLabel(29,89,505,30,"Ping:",false,wnd) guiLabelSetColor(GUIEditor_Label[4],255,255,0) guiSetFont(GUIEditor_Label[4],"default-bold-small") GUIEditor_Label[61] = guiCreateLabel(60,89,505,30,"",false,wnd) guiLabelSetColor(GUIEditor_Label[61],255,0,0) guiSetFont(GUIEditor_Label[61],"default-bold-small") GUIEditor_Label[5] = guiCreateLabel(29,110,505,30,"Serial:",false,wnd) guiLabelSetColor(GUIEditor_Label[5],255,0,255) guiSetFont(GUIEditor_Label[5],"default-bold-small") GUIEditor_Button[7] = guiCreateButton(240,200,110,36,"Report",false,wnd) Image = guiCreateStaticImage( 0, 0, 1920, 1200, "Photo.png", false ,wnd) guiSetVisible(wnd,false) bindKey ( 'F2' , 'Down' , function () guiSetVisible ( wnd , not guiGetVisible ( wnd ) ) showCursor ( guiGetVisible ( wnd ) ) centerWindow ( ) end ) addEventHandler("onClientGUIClick",root, function () if source == GUIEditor_Button[7] then guiSetVisible(wnd,false) showCursor(false) guiSetInputEnabled(false) executeCommandHandler("report") end end ) نفس شئ,ولكن صارت على اليسار ! قبل كانت فى منتصف الشاشة | الان اصبحت فى جهة اليسار Link to comment
MR.StoRm Posted September 28, 2017 Share Posted September 28, 2017 Just now, Mr.OppS said: نفس شئ,ولكن صارت على اليسار ! قبل كانت فى منتصف الشاشة | الان اصبحت فى جهة اليسار دامها ب منتصف الشاشة وش بغيت تسوي اجل ؟.. Link to comment
Mr.OppS Posted September 28, 2017 Author Share Posted September 28, 2017 1 minute ago, MR.StoRm said: دامها ب منتصف الشاشة وش بغيت تسوي اجل ؟.. ابي اسوي الوحة حجم الشاشة كلهامثال Link to comment
Rockyz Posted September 28, 2017 Share Posted September 28, 2017 (edited) جرب الفنكشن الي عطيتك اياه لاتتوقع كل شي جاهز اضغط على الفنكشن وشوف المثال Edited September 28, 2017 by #,+( _xiRoc[K]; > Link to comment
Mr.OppS Posted September 28, 2017 Author Share Posted September 28, 2017 1 minute ago, #,+( _xiRoc[K]; > said: جرب الفنكشن الي عطيت ياه لاتتوقع كل شي جاهز اضغط على الفنكشن وشوف المثال انت الذى يتوقع,تتوقع انى ماضغطت على فانكش وشوفت مثال توقعك خطأ Link to comment
Rockyz Posted September 28, 2017 Share Posted September 28, 2017 Just now, Mr.OppS said: انت الذى يتوقع,تتوقع انى ماضغطت على فانكش وشوفت مثال توقعك خطأ اي توقع ؟ '-' المهم سطر 13 استبدله بهذا : ._. local sX, sY = guiGetScreenSize ( ); wnd = guiCreateWindow(0,0,sX,sY,"Panel Car",false); Link to comment
Mr.OppS Posted September 28, 2017 Author Share Posted September 28, 2017 5 minutes ago, #,+( _xiRoc[K]; > said: اي توقع ؟ '-' المهم سطر 13 استبدله بهذا : ._. local sX, sY = guiGetScreenSize ( ); wnd = guiCreateWindow(0,0,sX,sY,"Panel Car",false); كفوؤو صارت مشكور ماقصرت تبقى الان 2 طلب 2) اذا تحـدد بالماوس على اسم = تقدر تحرك الوحة,(panel Car) الوحة ثـابـتـة ! لاتتـحـرك,أعلى لوحة مكتوب اسم3) (full Screen) انا ضايف بالوحة صورة ! بس اريد اخلي صورة بحجم شاشة كلها رقـم3=صور خلفية للوحة بنفس حجم اللوحة كلها Link to comment
Master_MTA Posted September 28, 2017 Share Posted September 28, 2017 46 minutes ago, Mr.OppS said: كفوؤو صارت مشكور ماقصرت تبقى الان 2 طلب 2) اذا تحـدد بالماوس على اسم = تقدر تحرك الوحة,(panel Car) الوحة ثـابـتـة ! لاتتـحـرك,أعلى لوحة مكتوب اسم3) (full Screen) انا ضايف بالوحة صورة ! بس اريد اخلي صورة بحجم شاشة كلها رقـم3=صور خلفية للوحة بنفس حجم اللوحة كلها اذا تبي حبيب قلبي اللوحه تتناسب مع جميع الشاشات بدون ما تخليها حجم الشاشه كامله تقدر تستخدم اليوزفل فنكشن حقي توني احطه بموضوع useful functions Link to comment
Mr.OppS Posted September 29, 2017 Author Share Posted September 29, 2017 2) اذا تحدد بالماوس على اسم = تقدر تحرك الوحة,(panel Car) الوحة ثـابـتـة ! لاتتـحـرك,أعلى لوحة مكتوب اسم Link to comment
Rockyz Posted September 29, 2017 Share Posted September 29, 2017 (edited) guiWindowSetMovable Edited September 29, 2017 by #,+( _xiRoc[K]; > 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