K̷i̷n̷g̷ x̷D̷ツ Posted April 8, 2017 Share Posted April 8, 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 return guiSetPosition(center_window, x, y, false) end wnlogin = guiCreateWindow(699, 361, 555, 368, "Z.P Server", false) guiWindowSetSizable(wnlogin, false) guiWindowSetMovable(wnlogin, false) guiSetVisible(wnlogin,false) imglogin = guiCreateStaticImage(9, 21, 536, 337, "imgs/lognpnl1.png", false, wnlogin) showCursor(true) centerWindow(wnlogin) arabic = guiCreateLabel(148, 311, 387, 24, servername, false, imglogin) guiLabelSetColor(arabic, 254, 0, 0) guiLabelSetHorizontalAlign(arabic, "right", false) eng = guiCreateLabel(155, 285, 387, 24, servername, false, imglogin) guiLabelSetColor(eng, 254, 0, 0) guiSetFont(eng, "clear-normal") regpnlbtn = guiCreateButton(260, 222, 105, 30, "", false, imglogin) guiSetAlpha(regpnlbtn, 0.00) loginbtn = guiCreateButton(126, 221, 108, 31, "", false, imglogin) guiSetAlpha(loginbtn, 0.00) usernameonlogin = guiCreateEdit(102, 61, 288, 36, "", false, imglogin) guiSetProperty(usernameonlogin, "NormalTextColour", "FFB00000") vew = guiCreateButton(405, 109, 120, 37, "Game View", false, imglogin) guiSetProperty(vew, "NormalTextColour", "FF00A74F") gst = guiCreateButton(13, 289, 133, 36, "play as Guest", false, imglogin) guiSetProperty(gst, "NormalTextColour", "FFFE6600") pwdonlogin = guiCreateEdit(103, 161, 288, 36, "", false, imglogin) guiSetProperty(pwdonlogin, "NormalTextColour", "FFB00000") guiEditSetMasked(pwdonlogin, true) exview = guiCreateButton(203, 689, 143, 40, "exit from view", false) guiSetVisible(exview,false) regpnl = guiCreateWindow(699, 361, 555, 368, "", false) guiWindowSetSizable(regpnl, false) guiWindowSetMovable(regpnl, false) guiSetVisible (regpnl,false) regpnlpic = guiCreateStaticImage(9, 20, 536, 338, "imgs/regpnl.png", false, regpnl) bk = guiCreateButton(421, 291, 94, 31, "go back", false, regpnlpic) guiSetAlpha(bk,0.60) guiSetProperty(bk, "NormalTextColour", "FF00A74F") arabi = guiCreateLabel(19, 209, 507, 20, servername, false, regpnlpic) guiLabelSetColor(arabi, 254, 0, 0) guiLabelSetHorizontalAlign(arabi, "right", false) en = guiCreateLabel(19, 229, 507, 20, servername, false, regpnlpic) guiLabelSetColor(en, 254, 0, 0) guiSetFont(en, "clear-normal") regbtn = guiCreateButton(131, 272, 220, 40, "", false, regpnlpic) guiSetAlpha(regbtn, 0.00) regusrnm = guiCreateEdit(101, 63, 284, 34, "", false, regpnlpic) regpwd = guiCreateEdit(101, 167, 284, 34, "", false, regpnlpic) centerWindow(regpnl) ياريت احد يساعدني Link to comment
#BrosS Posted April 8, 2017 Share Posted April 8, 2017 أي صورة يالقميل معطينا تصميم وتخلينا نتخبص وحدنا ونحاول نعرف الصورة بالظبط ؟ وهل الصورة تبيها تاخذ كل الشاشة ولا وش !! Link to comment
AE. Posted April 8, 2017 Share Posted April 8, 2017 dx, dx2 = guiGetScreenSize imglogin = guiCreateStaticImage(dx*9/1920, dx2*21/1080, dx*536/1920, dx2*337/1080, "imgs/lognpnl1.png", false, wnlogin) بدل ال 1920 و 1080 باحداثيات الشاشة اللي انت مسوي فيها الصورة Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted April 8, 2017 Author Share Posted April 8, 2017 الصور كلهم حتى لوحة التسجيل 23 minutes ago, 3laa33 said: dx, dx2 = guiGetScreenSize imglogin = guiCreateStaticImage(dx*9/1920, dx2*21/1080, dx*536/1920, dx2*337/1080, "imgs/lognpnl1.png", false, wnlogin) بدل ال 1920 و 1080 باحداثيات الشاشة اللي انت مسوي فيها الصورة ثواني بجربه 23 minutes ago, 3laa33 said: dx, dx2 = guiGetScreenSize imglogin = guiCreateStaticImage(dx*9/1920, dx2*21/1080, dx*536/1920, dx2*337/1080, "imgs/lognpnl1.png", false, wnlogin) بدل ال 1920 و 1080 باحداثيات الشاشة اللي انت مسوي فيها الصورة فيه خطاء Link to comment
AE. Posted April 8, 2017 Share Posted April 8, 2017 (edited) 9 minutes ago, K̷i̷n̷g̷ x̷D̷ツ said: ثواني بجربه فيه خطاء وين الخطأ ؟ انا مجربه وشغال معي تمام Edited April 8, 2017 by 3laa33 Link to comment
AE. Posted April 8, 2017 Share Posted April 8, 2017 Just now, K̷i̷n̷g̷ x̷D̷ツ said: يكتبلي ب dx مافهمت منك شئ Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted April 8, 2017 Author Share Posted April 8, 2017 attempt to perform arithmetic on global 'dx' (a fountion value 1 minute ago, 3laa33 said: مافهمت منك شئ ) @3laa33 Link to comment
AE. Posted April 8, 2017 Share Posted April 8, 2017 dx, dx2 = guiGetScreenSize() بدل ذا وجرب نسيت الاقواس انا Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted April 8, 2017 Author Share Posted April 8, 2017 attempt to perform arithmetic on global 'dx' (a fountion value) اوك 9 minutes ago, 3laa33 said: وين الخطأ ؟ انا مجربه وشغال معي تمام مدري وربي ضلت نفس الشي الكود تمام بس الصوره فيها ثغره لني كنت مغيير اسمها ما تبين كانت والازرار راحتك بعيد @3laa33 Link to comment
AE. Posted April 8, 2017 Share Posted April 8, 2017 (edited) he, he2 = guiGetScreenSize() imglogin = guiCreateStaticImage(he*9/1920, he2*21/1080, he*536/1920, he2*337/1080, "imgs/lognpnl1.png", false, wnlogin) Edited April 8, 2017 by 3laa33 Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted April 8, 2017 Author Share Posted April 8, 2017 الصوره اسمها lognpnl بس اغييرها في الكلاينت والميتا الصوره تختفي وتروح مكان ثاني @3laa33 Link to comment
AE. Posted April 8, 2017 Share Posted April 8, 2017 1 minute ago, K̷i̷n̷g̷ x̷D̷ツ said: الصوره اسمها lognpnl بس اغييرها في الكلاينت والميتا الصوره تختفي وتروح مكان ثاني @3laa33 حط الميتا وكود الصورة ف الكلينت Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted April 8, 2017 Author Share Posted April 8, 2017 يب افهم المشكله وش ما اقدر لا اعدل على الصوره ولا ابدلها كودك تبع الشاشات تماام 100% بس المشكله الصوره ما تبي تتغير ولا تتعدل @3laa33 Link to comment
AE. Posted April 8, 2017 Share Posted April 8, 2017 (edited) 1 minute ago, K̷i̷n̷g̷ x̷D̷ツ said: يب افهم المشكله وش ما اقدر لا اعدل على الصوره ولا ابدلها كودك تبع الشاشات تماام 100% بس المشكله الصوره ما تبي تتغير ولا تتعدل @3laa33 حط كود الميتا وكود الصورة اللي ف الكلينت عشان اشوف Edited April 8, 2017 by 3laa33 Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted April 8, 2017 Author Share Posted April 8, 2017 meta <file src="imgs/logpnl.png" /> client local dx, dx2 = guiGetScreenSize() imglogin = guiCreateStaticImage(dx*9/1920, dx2*21/1080, dx*536/1920, dx2*337/1080, "imgs/lognpnl.png", false, wnlogin) Link to comment
AE. Posted April 8, 2017 Share Posted April 8, 2017 Just now, K̷i̷n̷g̷ x̷D̷ツ said: meta <file src="imgs/logpnl.png" /> client local dx, dx2 = guiGetScreenSize() imglogin = guiCreateStaticImage(dx*9/1920, dx2*21/1080, dx*536/1920, dx2*337/1080, "imgs/lognpnl.png", false, wnlogin) طيب الحين انت علي وش تعدل بعديها كل شئ يخرب ؟ Link to comment
coNolel Posted April 8, 2017 Share Posted April 8, 2017 3 minutes ago, K̷i̷n̷g̷ x̷D̷ツ said: meta <file src="imgs/logpnl.png" /> client local dx, dx2 = guiGetScreenSize() imglogin = guiCreateStaticImage(dx*9/1920, dx2*21/1080, dx*536/1920, dx2*337/1080, "imgs/lognpnl.png", false, wnlogin) شكلك تعدل الملف الخاطئ Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted April 8, 2017 Author Share Posted April 8, 2017 ملف مو خاطئ ولا شي متأكد منه 100% مفيش غيره اصلاً Just now, coNolel said: شكلك تعدل الملف الخاطئ كل شي يزبط اعدل عليه ويتغيير تمام بس الصوره لا Link to comment
coNolel Posted April 8, 2017 Share Posted April 8, 2017 وش يكتب في الديبوق سكربت اذا ماتعرفه وش هو اكتب في اف8 debugscript 3 وصور لنا Link to comment
AE. Posted April 8, 2017 Share Posted April 8, 2017 انت تعدل عالصورة كيف يعني قصدك تحط صورة بدالها :3 ؟ Link to comment
Abdul KariM Posted April 8, 2017 Share Posted April 8, 2017 يعني متكيسل تعيد تصميم الصورة بس وتستبدلها بالكود عندك ؟ Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted April 8, 2017 Author Share Posted April 8, 2017 1 minute ago, coNolel said: وش يكتب في الديبوق سكربت اذا ماتعرفه وش هو اكتب في اف8 debugscript 3 وصور لنا ما يكتب ولا شي مصلح كل مشاكله Link to comment
coNolel Posted April 8, 2017 Share Posted April 8, 2017 Just now, K̷i̷n̷g̷ x̷D̷ツ said: ما يكتب ولا شي مصلح كل مشاكله الحين انت تبي تعدل الصورة كيف ،؟ حجمها ؟ Link to comment
K̷i̷n̷g̷ x̷D̷ツ Posted April 8, 2017 Author Share Posted April 8, 2017 اعدل على الصوره تتعدل عادي بس بالقيم مود ما يتغير شكلها 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