GOKAR Posted June 1, 2016 Share Posted June 1, 2016 سلام شباب انا سويت لوحة تسجيل دخول ممكن تبرمجوها لي ؟؟ او تعطوني اكواد البرمجة لانو ما اعرفهاوشكرا GUIEditor = { edit = {}, button = {}, label = {}, window = {}, } GUIEditor = { button = {} } GUIEditor.window[1] = guiCreateWindow(207, 131, 414, 288, "لوحة تسجيل دخول الجديدة", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF00EBF9") GUIEditor.label[1] = guiCreateLabel(9, 66, 75, 19, ": اسم الحساب", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 219, 29, 29) GUIEditor.label[2] = guiCreateLabel(10, 108, 75, 19, ": الباسوورد", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 172, 242, 5) GUIEditor.edit[1] = guiCreateEdit(85, 67, 143, 18, "@", false, GUIEditor.window[1]) GUIEditor.edit[2] = guiCreateEdit(75, 108, 143, 18, "#", false, GUIEditor.window[1]) GUIEditor.button[1] = guiCreateButton(9, 146, 101, 43, "Register", false, GUIEditor.window[1]) guiSetAlpha(GUIEditor.button[1], 0.58) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF00F505") GUIEditor.button[2] = guiCreateButton(170, 146, 101, 43, "Login", false, GUIEditor.window[1]) guiSetAlpha(GUIEditor.button[2], 0.71) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF0252F4") GUIEditor.label[3] = guiCreateLabel(10, 23, 386, 15, "مرحبا بكم في لوحة تسجيل الدخول الجديدة ، قم بعملل ساب وبعدها بالتسجيل", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") GUIEditor.label[4] = guiCreateLabel(10, 42, 386, 15, "نتمنا لكم حظاً سعيدا في سيرفر ", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], "default-bold-small") GUIEditor.label[5] = guiCreateLabel(20, 251, 116, 23, "By SiR,GoKa[R]", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 242, 244, 0) Link to comment
iMr.WiFi..! Posted June 1, 2016 Share Posted June 1, 2016 يحلو تعلم مو تسوي مود مو على قدك , بنسبة لفنكشنات guiGetText triggerServerEvent logIn addAccount Link to comment
Me[Z]oO Posted June 1, 2016 Share Posted June 1, 2016 + triggerClientEvent ؟ ليش مثلا لين يدوس زر الدخول يسجل دخوله بعدين يسوي تريقر كلنت يخفي اللوحة 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