fofef Posted May 10, 2016 Share Posted May 10, 2016 السلام عليكم اابي مساعدة صنعت لوحة تسجيل دخول وابي منكم تساعدوني GUIEditor = { label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() wnd = guiCreateWindow(324, 152, 412, 393, "- : ' لوحة تسجيل الدخول / Login or Register Panel : =", false) guiWindowSetSizable(wnd, false) guiSetProperty(wnd, "CaptionColour", "FF18D5E6") AccountName.Edit = guiCreateMemo(144, 109, 216, 54, "", false, wnd) AccountPassword.Edit = guiCreateMemo(144, 178, 216, 54, "", false, wnd) label-user = guiCreateLabel(12, 114, 122, 39, "- : ' اسم المستخدم ' : -", false, wnd) guiLabelSetColor(label-user, 24, 213, 230) guiLabelSetHorizontalAlign(label-user, "center", false) guiLabelSetVerticalAlign(label-user, "center") label-pass = guiCreateLabel(10, 183, 122, 39, "- : ' كلمة آلــسر ' : -", false, wnd) guiLabelSetColor(label-pass, 24, 213, 230) guiLabelSetHorizontalAlign(label-pass, "center", false) Login.Button = guiCreateButton(27, 264, 157, 46, "- : ' تسجيل آلدخول ' : -", false, wnd) guiSetProperty(Login.Button, "NormalTextColour", "FFFF0000") RegisterNew.Button = guiCreateButton(209, 264, 157, 46, "- : ' انشاء حساب ' : -", false, wnd) guiSetProperty(RegisterNew.Button, "NormalTextColour", "FFFF0000") guest = guiCreateButton(118, 328, 157, 46, "- : ' دخــول كزآئـــر ' : -", false, wnd) guiSetProperty(guest, "NormalTextColour", "FF18D5E6") GUIEditor.label[1] = guiCreateLabel(0.04, 0.09, 0.91, 0.09, "حيآكم آلله في السيرفر نورتو ", true, wnd) guiLabelSetColor(GUIEditor.label[1], 24, 213, 230) guiLabelSetHorizontalAlign(GUIEditor.label[1], "center", false) GUIEditor.label[2] = guiCreateLabel(0.20, 0.17, 0.57, 0.08, "من صنع الكنق فصول", true, wnd) guiLabelSetColor(GUIEditor.label[2], 24, 213, 230) guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) end ) هذي هي طبعا شباب لاحد يعطيني اسم كود لا ابيه يكتبه جاهز ويفهمنياها وبس اضيفة وي ريت تفهموني ~ <3 Link to comment
iMr.SFA7 Posted May 10, 2016 Share Posted May 10, 2016 وليه ماتحاول تسويه؟ 'onClientGUIClick' guiGetText triggerServerEvent getAccount logIn addAccount Link to comment
fofef Posted May 10, 2016 Author Share Posted May 10, 2016 وليه ماتحاول تسويه؟ 'onClientGUIClick' guiGetText triggerServerEvent getAccount logIn addAccount ماعرف وش اسوي قلي انت مثلا دخلت للمثال logIn وش انسخ من هناك ؟ Link to comment
iMr.SFA7 Posted May 10, 2016 Share Posted May 10, 2016 لا تنسخ اي شيء شف السينتاكس حق الوظيفة والارقمنتات حقتها وحاول 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