السلام عليكم
اابي مساعدة
صنعت لوحة تسجيل دخول
وابي منكم تساعدوني
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