Mr-Kartha Posted July 12, 2013 Author Share Posted July 12, 2013 اشتغلة الوحة بس الازار ما تضغط اضغط اي زر يجيني خطء في سطر 62 Link to comment
iPrestege Posted July 12, 2013 Share Posted July 12, 2013 local x,y = guiGetScreenSize() ذا من وين طلع . . function() --Checking the datas for the right type----[[------------------------------------------------- --- المود صنع مستر الكارثه --- [email protected] --- الرجاء عدم نزع الحقوق --]]------------------------------------------------- outputChatBox("#1569c7* [ Login #ffffff/ #1569c7Register ] : By : #FF0000Mr~AL~#FFF000~Kartha",0,0,0,true) ---- الكلام الظاهر في الشات end مسوي فنكشن بدون اسم او معرف .. تتوقع وش فايدتة؟ المفروض تسوية كذا : outputChatBox("#1569c7* [ Login #ffffff/ #1569c7Register ] : By : #FF0000Mr~AL~#FFF000~Kartha",0,0,0,true) وخلصنآ! Link to comment
Mr-Kartha Posted July 12, 2013 Author Share Posted July 12, 2013 ذي شغاله 100% ما عليك منها الحين الازرار يقلك الخطء من سطر 62 Link to comment
فاّرس Posted July 12, 2013 Share Posted July 12, 2013 بفنكشن ولا بدون بيشتغل ._. بالنسبه لـ local x,y = guiGetScreenSize(), يمكن مستخدمها بكود ثاني او يبيها في وقت ثاني ؟ ليه احذف شيء هو حاطه ذذ؟ + مافي خطأ بطر 62ذذ Link to comment
Mr-Kartha Posted July 12, 2013 Author Share Posted July 12, 2013 هاد الي مستغرب منه ما في اي خطئ في السطر بس ليه الازرار ما تضغط ؟ Link to comment
فاّرس Posted July 12, 2013 Share Posted July 12, 2013 المتغيرات غلط ذذ, الحين لو تضغط تسجيل بيخفي النافذه Link to comment
Mr-Kartha Posted July 12, 2013 Author Share Posted July 12, 2013 ما يصير ولا اي شي اضغط الزر ما يصير ولا شي ما يشتغل ولا امر اذا فيها شي صلحها Link to comment
iPrestege Posted July 12, 2013 Share Posted July 12, 2013 بفنكشن ولا بدون بيشتغل ._.بالنسبه لـ local x,y = guiGetScreenSize(), يمكن مستخدمها بكود ثاني او يبيها في وقت ثاني ؟ ليه احذف شيء هو حاطه ذذ؟ + مافي خطأ بطر 62ذذ سحر هو .. + شيء هو حاطة ؟ ماشفتة بكودهـ [= ممكن توريني او تقلي اي سطر .. Link to comment
Mr-Kartha Posted July 12, 2013 Author Share Posted July 12, 2013 ههههههههه الحين نشوف النافذه بعدين تتعلم يا شيخ Link to comment
فاّرس Posted July 12, 2013 Share Posted July 12, 2013 لا حبيبي مشكور مابي اتعلم ذذ + الكود مافي خطأ انت مخبط ._. المتغيرات حق الازرار خطأ حاط زر التسجيل يخفي النافذه, يالله غير المتغيرات وقولنا وش سويت نبي نتعلم منك ذذ Link to comment
Mr-Kartha Posted July 12, 2013 Author Share Posted July 12, 2013 GUIEditor_window[1] الحين GUIEditor.window[1] بس يقلي في غلط في سطر 62 Link to comment
Mr-Kartha Posted July 12, 2013 Author Share Posted July 12, 2013 --[[------------------------------------------------- --- المود صنع مستر الكارثه --- [email protected] --- الرجاء عدم نزع الحقوق --]]------------------------------------------------- outputChatBox("#1569c7* [ Login #ffffff/ #1569c7Register ] : By : #FF0000Mr~AL~#FFF000~Kartha",0,0,0,true) ---- الكلام الظاهر في الشات GUIEditor = { staticimage = {}, edit = {}, button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(1, 0, 799, 600, "[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.99) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000") GUIEditor.staticimage[1] = guiCreateStaticImage(9, 22, 780, 308, "win.png", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(193, 344, 406, 24, "الرجاء عدم اعطاء الرقم السري الى احد حتا لو كان اخوك ولد عمك لا تعطيه ناس", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 252, 0) user = guiCreateEdit(305, 417, 185, 29, "", false, GUIEditor.window[1]) pass = guiCreateEdit(305, 474, 185, 29, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(342, 395, 117, 22, "آســم آلــمــســتــخــدم", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 255, 0, 0) GUIEditor.label[3] = guiCreateLabel(352, 452, 95, 22, "كــلــمــة آلــمــرور", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 251, 255, 0) GUIEditor.button[1] = guiCreateButton(274, 534, 88, 31, "تـسـجـيـل", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFBFF00") GUIEditor.button[2] = guiCreateButton(362, 534, 88, 31, "دخـول", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF05FF00") GUIEditor.button[3] = guiCreateButton(450, 534, 88, 31, "زآئـر", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00FFF5") GUIEditor.label[4] = guiCreateLabel(236, 371, 320, 20, "\" رَبَّنَا آتِنَا فِي الدُّنْيَا حَسَنَةً وَفِي الآخِرَةِ حَسَنَةً وَقِنَا عَذَابَ النَّارِ\"", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 255, 252, 0) GUIEditor.label[5] = guiCreateLabel(14, 337, 114, 21, "Mod By : Mr-Kartha", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 0, 251, 255) GUIEditor.button[4] = guiCreateButton(411, 513, 29, 16, "EN", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFF0000") GUIEditor.button[5] = guiCreateButton(366, 513, 29, 16, "AR", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF2FFF00") showCursor(true) guiSetInputEnabled(true) end ) addEventHandler('onClientGUIClick',root, function () if ( source == GUIEditor.Button[5] ) then guiSetText(GUIEditor.Window[1],"[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]") guiSetText(GUIEditor.Label[2],"آســم آلــمــســتــخــدم") guiSetText(GUIEditor.Label[3],"كــلــمــة آلــمــرور") guiSetText(GUIEditor.Button[2],"دخـول") guiSetText(GUIEditor.Button[1],"تـسـجـيـل") guiSetText(GUIEditor.Button[3],"زآئـر") elseif ( source == GUIEditor.Button[4] ) then guiSetText(GUIEditor.Window[1],"Welcome To Our Server AK-KSA") guiSetText(GUIEditor.Label[2],"Username") guiSetText(GUIEditor.Label[3],"Password") guiSetText(GUIEditor.Button[2],"Login") guiSetText(GUIEditor.Button[1],"Register") guiSetText(GUIEditor.Button[3],"Guest") elseif ( source == GUIEditor.Button[3] ) then guiSetVisible(GUIEditor.Window[1],false) showCursor(false) guiSetInputEnabled(false) elseif ( source == GUIEditor.Button[2] ) then triggerServerEvent("onlogin",localPlayer,guiGetText(user),guiGetText(pass)) elseif ( source == GUIEditor.Button[1] ) then triggerServerEvent("onre",localPlayer,guiGetText(user),guiGetText(pass)) end end ) addEvent("setcol",true) addEventHandler("setcol",getRootElement(), function () guiSetVisible(GUIEditor.window[1],false) showCursor(false) guiSetInputEnabled(false) end ) صوره للخطأ Link to comment
فاّرس Posted July 12, 2013 Share Posted July 12, 2013 --Checking the datas for the right type----------------------------------------------------- --- المود صنع مستر الكارثه --- [email protected] --- الرجاء عدم نزع الحقوق --]]------------------------------------------------- outputChatBox("#1569c7* [ Login #ffffff/ #1569c7Register ] : By : #FF0000Mr~AL~#FFF000~Kartha",0,0,0,true) ---- الكلام الظاهر في الشات GUIEditor = { staticimage = {}, edit = {}, button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(1, 0, 799, 600, "[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.99) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000") GUIEditor.staticimage[1] = guiCreateStaticImage(9, 22, 780, 308, "win.png", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(193, 344, 406, 24, "الرجاء عدم اعطاء الرقم السري الى احد حتا لو كان اخوك ولد عمك لا تعطيه ناس", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 252, 0) user = guiCreateEdit(305, 417, 185, 29, "", false, GUIEditor.window[1]) pass = guiCreateEdit(305, 474, 185, 29, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(342, 395, 117, 22, "آســم آلــمــســتــخــدم", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 255, 0, 0) GUIEditor.label[3] = guiCreateLabel(352, 452, 95, 22, "كــلــمــة آلــمــرور", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 251, 255, 0) GUIEditor.button[1] = guiCreateButton(274, 534, 88, 31, "تـسـجـيـل", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFBFF00") GUIEditor.button[2] = guiCreateButton(362, 534, 88, 31, "دخـول", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF05FF00") GUIEditor.button[3] = guiCreateButton(450, 534, 88, 31, "زآئـر", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00FFF5") GUIEditor.label[4] = guiCreateLabel(236, 371, 320, 20, "\" رَبَّنَا آتِنَا فِي الدُّنْيَا حَسَنَةً وَفِي الآخِرَةِ حَسَنَةً وَقِنَا عَذَابَ النَّارِ\"", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 255, 252, 0) GUIEditor.label[5] = guiCreateLabel(14, 337, 114, 21, "Mod By : Mr-Kartha", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 0, 251, 255) GUIEditor.button[4] = guiCreateButton(411, 513, 29, 16, "EN", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFF0000") GUIEditor.button[5] = guiCreateButton(366, 513, 29, 16, "AR", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF2FFF00") showCursor(true) guiSetInputEnabled(true) end ) addEventHandler('onClientGUIClick',root, function () if ( source == GUIEditor_button[5] ) then guiSetText(GUIEditor_window[1],"[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]") guiSetText(GUIEditor_label[2],"آســم آلــمــســتــخــدم") guiSetText(GUIEditor_label[3],"كــلــمــة آلــمــرور") guiSetText(GUIEditor_button[2],"دخـول") guiSetText(GUIEditor_button[1],"تـسـجـيـل") guiSetText(GUIEditor_button[3],"زآئـر") elseif ( source == GUIEditor_button[4] ) then guiSetText(GUIEditor_lindow[1],"Welcome To Our Server AK-KSA") guiSetText(GUIEditor_label[2],"Username") guiSetText(GUIEditor_label[3],"Password") guiSetText(GUIEditor_button[2],"Login") guiSetText(GUIEditor_button[1],"Register") guiSetText(GUIEditor_button[3],"Guest") elseif ( source == GUIEditor_button[3] ) then guiSetVisible(GUIEditor_window[1],false) showCursor(false) guiSetInputEnabled(false) elseif ( source == GUIEditor_button[2] ) then triggerServerEvent("onlogin",localPlayer,guiGetText(user),guiGetText(pass)) elseif ( source == GUIEditor_button[1] ) then triggerServerEvent("onre",localPlayer,guiGetText(user),guiGetText(pass)) end end ) addEvent("setcol",true) addEventHandler("setcol",root, function () if guiGetVisible(GUIEditor_window[1]) then guiSetVisible(GUIEditor_window[1],false) showCursor(false) guiSetInputEnabled(false) end end ) Link to comment
TAPL Posted July 12, 2013 Share Posted July 12, 2013 --[[------------------------------------------------- --- المود صنع مستر الكارثه --- [email protected] --- الرجاء عدم نزع الحقوق --]]------------------------------------------------- outputChatBox("#1569c7* [ Login #ffffff/ #1569c7Register ] : By : #FF0000Mr~AL~#FFF000~Kartha",0,0,0,true) ---- الكلام الظاهر في الشات GUIEditor = { staticimage = {}, edit = {}, button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(1, 0, 799, 600, "[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.99) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000") GUIEditor.staticimage[1] = guiCreateStaticImage(9, 22, 780, 308, "win.png", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(193, 344, 406, 24, "الرجاء عدم اعطاء الرقم السري الى احد حتا لو كان اخوك ولد عمك لا تعطيه ناس", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 252, 0) user = guiCreateEdit(305, 417, 185, 29, "", false, GUIEditor.window[1]) pass = guiCreateEdit(305, 474, 185, 29, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(342, 395, 117, 22, "آســم آلــمــســتــخــدم", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 255, 0, 0) GUIEditor.label[3] = guiCreateLabel(352, 452, 95, 22, "كــلــمــة آلــمــرور", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 251, 255, 0) GUIEditor.button[1] = guiCreateButton(274, 534, 88, 31, "تـسـجـيـل", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFBFF00") GUIEditor.button[2] = guiCreateButton(362, 534, 88, 31, "دخـول", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF05FF00") GUIEditor.button[3] = guiCreateButton(450, 534, 88, 31, "زآئـر", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00FFF5") GUIEditor.label[4] = guiCreateLabel(236, 371, 320, 20, "\" رَبَّنَا آتِنَا فِي الدُّنْيَا حَسَنَةً وَفِي الآخِرَةِ حَسَنَةً وَقِنَا عَذَابَ النَّارِ\"", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 255, 252, 0) GUIEditor.label[5] = guiCreateLabel(14, 337, 114, 21, "Mod By : Mr-Kartha", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 0, 251, 255) GUIEditor.button[4] = guiCreateButton(411, 513, 29, 16, "EN", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFF0000") GUIEditor.button[5] = guiCreateButton(366, 513, 29, 16, "AR", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF2FFF00") showCursor(true) guiSetInputEnabled(true) end ) addEventHandler('onClientGUIClick',root, function () if ( source == GUIEditor.Button[5] ) then guiSetText(GUIEditor.Window[1],"[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]") guiSetText(GUIEditor.Label[2],"آســم آلــمــســتــخــدم") guiSetText(GUIEditor.Label[3],"كــلــمــة آلــمــرور") guiSetText(GUIEditor.Button[2],"دخـول") guiSetText(GUIEditor.Button[1],"تـسـجـيـل") guiSetText(GUIEditor.Button[3],"زآئـر") elseif ( source == GUIEditor.Button[4] ) then guiSetText(GUIEditor.Window[1],"Welcome To Our Server AK-KSA") guiSetText(GUIEditor.Label[2],"Username") guiSetText(GUIEditor.Label[3],"Password") guiSetText(GUIEditor.Button[2],"Login") guiSetText(GUIEditor.Button[1],"Register") guiSetText(GUIEditor.Button[3],"Guest") elseif ( source == GUIEditor.Button[3] ) then guiSetVisible(GUIEditor.Window[1],false) showCursor(false) guiSetInputEnabled(false) elseif ( source == GUIEditor.Button[2] ) then triggerServerEvent("onlogin",localPlayer,guiGetText(user),guiGetText(pass)) elseif ( source == GUIEditor.Button[1] ) then triggerServerEvent("onre",localPlayer,guiGetText(user),guiGetText(pass)) end end ) addEvent("setcol",true) addEventHandler("setcol",getRootElement(), function () guiSetVisible(GUIEditor.window[1],false) showCursor(false) guiSetInputEnabled(false) end ) صوره للخطأ هههههههههههه ما انا جالس اقول لك بالسكايب خل الحرف الي بعد النقطه سمول؟ b يصير B يعني حرف الخ Link to comment
#DRAGON!FIRE Posted July 12, 2013 Share Posted July 12, 2013 --[[------------------------------------------------- --- المود صنع مستر الكارثه --- [email protected] --- الرجاء عدم نزع الحقوق --]]------------------------------------------------- outputChatBox("#1569c7* [ Login #ffffff/ #1569c7Register ] : By : #FF0000Mr~AL~#FFF000~Kartha",0,0,0,true) ---- الكلام الظاهر في الشات GUIEditor = { staticimage = {}, edit = {}, button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(1, 0, 799, 600, "[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.99) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000") GUIEditor.staticimage[1] = guiCreateStaticImage(9, 22, 780, 308, "win.png", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(193, 344, 406, 24, "الرجاء عدم اعطاء الرقم السري الى احد حتا لو كان اخوك ولد عمك لا تعطيه ناس", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 252, 0) user = guiCreateEdit(305, 417, 185, 29, "", false, GUIEditor.window[1]) pass = guiCreateEdit(305, 474, 185, 29, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(342, 395, 117, 22, "آســم آلــمــســتــخــدم", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 255, 0, 0) GUIEditor.label[3] = guiCreateLabel(352, 452, 95, 22, "كــلــمــة آلــمــرور", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 251, 255, 0) GUIEditor.button[1] = guiCreateButton(274, 534, 88, 31, "تـسـجـيـل", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFBFF00") GUIEditor.button[2] = guiCreateButton(362, 534, 88, 31, "دخـول", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF05FF00") GUIEditor.button[3] = guiCreateButton(450, 534, 88, 31, "زآئـر", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00FFF5") GUIEditor.label[4] = guiCreateLabel(236, 371, 320, 20, "\" رَبَّنَا آتِنَا فِي الدُّنْيَا حَسَنَةً وَفِي الآخِرَةِ حَسَنَةً وَقِنَا عَذَابَ النَّارِ\"", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 255, 252, 0) GUIEditor.label[5] = guiCreateLabel(14, 337, 114, 21, "Mod By : Mr-Kartha", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 0, 251, 255) GUIEditor.button[4] = guiCreateButton(411, 513, 29, 16, "EN", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFF0000") GUIEditor.button[5] = guiCreateButton(366, 513, 29, 16, "AR", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF2FFF00") showCursor(true) guiSetInputEnabled(true) end ) addEventHandler('onClientGUIClick',root, function () if ( source == GUIEditor.Button[5] ) then guiSetText(GUIEditor.Window[1],"[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]") guiSetText(GUIEditor.Label[2],"آســم آلــمــســتــخــدم") guiSetText(GUIEditor.Label[3],"كــلــمــة آلــمــرور") guiSetText(GUIEditor.Button[2],"دخـول") guiSetText(GUIEditor.Button[1],"تـسـجـيـل") guiSetText(GUIEditor.Button[3],"زآئـر") elseif ( source == GUIEditor.Button[4] ) then guiSetText(GUIEditor.Window[1],"Welcome To Our Server AK-KSA") guiSetText(GUIEditor.Label[2],"Username") guiSetText(GUIEditor.Label[3],"Password") guiSetText(GUIEditor.Button[2],"Login") guiSetText(GUIEditor.Button[1],"Register") guiSetText(GUIEditor.Button[3],"Guest") elseif ( source == GUIEditor.Button[3] ) then guiSetVisible(GUIEditor.Window[1],false) showCursor(false) guiSetInputEnabled(false) elseif ( source == GUIEditor.Button[2] ) then triggerServerEvent("onlogin",localPlayer,guiGetText(user),guiGetText(pass)) elseif ( source == GUIEditor.Button[1] ) then triggerServerEvent("onre",localPlayer,guiGetText(user),guiGetText(pass)) end end ) addEvent("setcol",true) addEventHandler("setcol",getRootElement(), function () guiSetVisible(GUIEditor.window[1],false) showCursor(false) guiSetInputEnabled(false) end ) صوره للخطأ هههههههههههه ما ان جالس اقول لك بالسكايب خل الحرف الي بعد النقطه سمول؟ b يصير B يعني حرف الخ # تابل وش السكايب حقك ههه Link to comment
TAPL Posted July 13, 2013 Share Posted July 13, 2013 # تابل وش السكايب حقك ههه tapl_93 Link to comment
TAPL Posted July 13, 2013 Share Posted July 13, 2013 كأنك يبو زيد ما غزيت استخدم آخر كود انت حطيته بالموضوع مع تعديل الحرف الي بعد النقطة إلى سمول من سطر 62 إلى سطر 82 Link to comment
iPrestege Posted July 13, 2013 Share Posted July 13, 2013 --[[------------------------------------------------- --- المود صنع مستر الكارثه --- [email protected] --- الرجاء عدم نزع الحقوق --]]------------------------------------------------- outputChatBox("#1569c7* [ Login #ffffff/ #1569c7Register ] : By : #FF0000Mr~AL~#FFF000~Kartha",0,0,0,true) ---- الكلام الظاهر في الشات GUIEditor = { staticimage = {}, edit = {}, button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(1, 0, 799, 600, "[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.99) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000") GUIEditor.staticimage[1] = guiCreateStaticImage(9, 22, 780, 308, "win.png", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(193, 344, 406, 24, "الرجاء عدم اعطاء الرقم السري الى احد حتا لو كان اخوك ولد عمك لا تعطيه ناس", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 252, 0) user = guiCreateEdit(305, 417, 185, 29, "", false, GUIEditor.window[1]) pass = guiCreateEdit(305, 474, 185, 29, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(342, 395, 117, 22, "آســم آلــمــســتــخــدم", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 255, 0, 0) GUIEditor.label[3] = guiCreateLabel(352, 452, 95, 22, "كــلــمــة آلــمــرور", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 251, 255, 0) GUIEditor.button[1] = guiCreateButton(274, 534, 88, 31, "تـسـجـيـل", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFBFF00") GUIEditor.button[2] = guiCreateButton(362, 534, 88, 31, "دخـول", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF05FF00") GUIEditor.button[3] = guiCreateButton(450, 534, 88, 31, "زآئـر", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00FFF5") GUIEditor.label[4] = guiCreateLabel(236, 371, 320, 20, "\" رَبَّنَا آتِنَا فِي الدُّنْيَا حَسَنَةً وَفِي الآخِرَةِ حَسَنَةً وَقِنَا عَذَابَ النَّارِ\"", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 255, 252, 0) GUIEditor.label[5] = guiCreateLabel(14, 337, 114, 21, "Mod By : Mr-Kartha", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 0, 251, 255) GUIEditor.button[4] = guiCreateButton(411, 513, 29, 16, "EN", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFF0000") GUIEditor.button[5] = guiCreateButton(366, 513, 29, 16, "AR", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF2FFF00") showCursor(true) guiSetInputEnabled(true) end ) addEventHandler('onClientGUIClick',root, function () if ( source == GUIEditor.button[5] ) then guiSetText(GUIEditor.window[1],"[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]") guiSetText(GUIEditor.Label[2],"آســم آلــمــســتــخــدم") guiSetText(GUIEditor.Label[3],"كــلــمــة آلــمــرور") guiSetText(GUIEditor.button[2],"دخـول") guiSetText(GUIEditor.button[1],"تـسـجـيـل") guiSetText(GUIEditor.button[3],"زآئـر") elseif ( source == GUIEditor.button[4] ) then guiSetText(GUIEditor.window[1],"Welcome To Our Server AK-KSA") guiSetText(GUIEditor.Label[2],"Username") guiSetText(GUIEditor.Label[3],"Password") guiSetText(GUIEditor.button[2],"Login") guiSetText(GUIEditor.button[1],"Register") guiSetText(GUIEditor.button[3],"Guest") elseif ( source == GUIEditor.button[3] ) then guiSetVisible(GUIEditor.window[1],false) showCursor(false) guiSetInputEnabled(false) elseif ( source == GUIEditor.button[2] ) then triggerServerEvent("onlogin",localPlayer,guiGetText(user),guiGetText(pass)) elseif ( source == GUIEditor.button[1] ) then triggerServerEvent("onre",localPlayer,guiGetText(user),guiGetText(pass)) end end ) addEvent("setcol",true) addEventHandler("setcol",getRootElement(), function () guiSetVisible(GUIEditor.window[1],false) showCursor(false) guiSetInputEnabled(false) end ) Link to comment
iPrestege Posted July 13, 2013 Share Posted July 13, 2013 Label > label --[[------------------------------------------------- --- المود صنع مستر الكارثه --- [email protected] --- الرجاء عدم نزع الحقوق --]]------------------------------------------------- outputChatBox("#1569c7* [ Login #ffffff/ #1569c7Register ] : By : #FF0000Mr~AL~#FFF000~Kartha",0,0,0,true) ---- الكلام الظاهر في الشات GUIEditor = { staticimage = {}, edit = {}, button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(1, 0, 799, 600, "[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.99) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000") GUIEditor.staticimage[1] = guiCreateStaticImage(9, 22, 780, 308, "win.png", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(193, 344, 406, 24, "الرجاء عدم اعطاء الرقم السري الى احد حتا لو كان اخوك ولد عمك لا تعطيه ناس", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 252, 0) user = guiCreateEdit(305, 417, 185, 29, "", false, GUIEditor.window[1]) pass = guiCreateEdit(305, 474, 185, 29, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(342, 395, 117, 22, "آســم آلــمــســتــخــدم", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 255, 0, 0) GUIEditor.label[3] = guiCreateLabel(352, 452, 95, 22, "كــلــمــة آلــمــرور", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 251, 255, 0) GUIEditor.button[1] = guiCreateButton(274, 534, 88, 31, "تـسـجـيـل", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFBFF00") GUIEditor.button[2] = guiCreateButton(362, 534, 88, 31, "دخـول", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF05FF00") GUIEditor.button[3] = guiCreateButton(450, 534, 88, 31, "زآئـر", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00FFF5") GUIEditor.label[4] = guiCreateLabel(236, 371, 320, 20, "\" رَبَّنَا آتِنَا فِي الدُّنْيَا حَسَنَةً وَفِي الآخِرَةِ حَسَنَةً وَقِنَا عَذَابَ النَّارِ\"", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 255, 252, 0) GUIEditor.label[5] = guiCreateLabel(14, 337, 114, 21, "Mod By : Mr-Kartha", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 0, 251, 255) GUIEditor.button[4] = guiCreateButton(411, 513, 29, 16, "EN", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFF0000") GUIEditor.button[5] = guiCreateButton(366, 513, 29, 16, "AR", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF2FFF00") showCursor(true) guiSetInputEnabled(true) end ) addEventHandler('onClientGUIClick',root, function () if ( source == GUIEditor.button[5] ) then guiSetText(GUIEditor.window[1],"[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]") guiSetText(GUIEditor.label[2],"آســم آلــمــســتــخــدم") guiSetText(GUIEditor.label[3],"كــلــمــة آلــمــرور") guiSetText(GUIEditor.button[2],"دخـول") guiSetText(GUIEditor.button[1],"تـسـجـيـل") guiSetText(GUIEditor.button[3],"زآئـر") elseif ( source == GUIEditor.button[4] ) then guiSetText(GUIEditor.window[1],"Welcome To Our Server AK-KSA") guiSetText(GUIEditor.label[2],"Username") guiSetText(GUIEditor.label[3],"Password") guiSetText(GUIEditor.button[2],"Login") guiSetText(GUIEditor.button[1],"Register") guiSetText(GUIEditor.button[3],"Guest") elseif ( source == GUIEditor.button[3] ) then guiSetVisible(GUIEditor.window[1],false) showCursor(false) guiSetInputEnabled(false) elseif ( source == GUIEditor.button[2] ) then triggerServerEvent("onlogin",localPlayer,guiGetText(user),guiGetText(pass)) elseif ( source == GUIEditor.button[1] ) then triggerServerEvent("onre",localPlayer,guiGetText(user),guiGetText(pass)) end end ) addEvent("setcol",true) addEventHandler("setcol",getRootElement(), function () guiSetVisible(GUIEditor.window[1],false) showCursor(false) guiSetInputEnabled(false) end ) Link to comment
Mr-Kartha Posted July 13, 2013 Author Share Posted July 13, 2013 (edited) لبي قلبك يا فهد تمام الكود بجرب وبجي Edited July 13, 2013 by Guest 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