دكتور انيمو Posted July 26, 2014 Share Posted July 26, 2014 اخوان نفس المشكلة الي صارت معي في البداية !! اضغط الزر والمود مو يفتح .. ارجو امساعدة الكودات GUIEditor = { tab = {}, staticimage = {}, tabpanel = {}, button = {}, window = {}, memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(279, 64, 827, 613, "لوحة القوانين", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF27F20D") GUIEditor.tabpanel[1] = guiCreateTabPanel(9, 20, 808, 583, false, GUIEditor.window[1]) GUIEditor.tab[1] = guiCreateTab("قوانين السيرفر", GUIEditor.tabpanel[1]) GUIEditor.button[1] = guiCreateButton(5, 4, 793, 96, "الرجاء الالتزام بالقوانين بالحرف الواحد.. ادارة السيرفر", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF30C8CE") GUIEditor.memo[1] = guiCreateMemo(4, 110, 794, 357, "السلام عليكم ورحمة الله وبركاتة \nادارة السيرفر \nنتمنى من لاعبينا الكرام الالتزام بالقوانين وعدم مخالفتها\n\n\nنبدأ بالقوانين\n\n\n1-عدم طلب الادمنية اذا مو مسوي الشروط = العقوبة/تحذير/اذا عادها = الحرمان منها\n\n\n2-عدم سب او شتم او لعن اي لاعب او اي ادمن في السيرفر = العقوبة/ميوت-يحدده الادمن حسب الشتيمة\n\n\n3-عدم نشر لسيرفرات اخرى = العقوبة/ميوت 12 ساعة/اذا عادها = باند\n\n\n4-تقديم رسالة الى الادارة في حال وجود اي خطا لتقديم الرسالة الكتب في زر [F8] اكتب report\n\n\n\n\n\n\nنتمنى من لاعبينا الكلام الالتزام بالقوانين وعدم الخروج منها .. وذلك لمصلحتك الخاصة ومصلحة السيرفر العامة\n\n\n\n\n\n\n\n\nملاحضة:- السيرفر قابل للتحديث\n\n\n", false, GUIEditor.tab[1]) GUIEditor.button[2] = guiCreateButton(5, 474, 793, 75, "نتمنى ان تقضي اجمل الاوقات معنا", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF30C8CE") GUIEditor.tab[2] = guiCreateTab("شروط الادمنية", GUIEditor.tabpanel[1]) GUIEditor.staticimage[1] = guiCreateStaticImage(227, 5, 113, 96, ":admin/client/images/warning.png", false, GUIEditor.tab[2]) GUIEditor.button[3] = guiCreateButton(227, 9, 412, 87, "هل تريد ادمنية في السيرفر!", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFD0E11C") GUIEditor.staticimage[2] = guiCreateStaticImage(516, 5, 113, 96, ":admin/client/images/warning.png", false, GUIEditor.tab[2]) GUIEditor.button[4] = guiCreateButton(342, 97, 184, 115, "أذن طبق الاتي", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF57D824") GUIEditor.button[5] = guiCreateButton(21, 218, 329, 68, "2-تواجد", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF4BE1E3") GUIEditor.button[6] = guiCreateButton(526, 218, 272, 68, "1-اخلاق طيبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF4BE1E3") GUIEditor.button[7] = guiCreateButton(526, 316, 272, 68, "3-نشر للسيرفر", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF4BE1E3") GUIEditor.button[8] = guiCreateButton(21, 316, 329, 68, "4-عدم طلب رتبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF4BE1E3") GUIEditor.button[9] = guiCreateButton(21, 408, 329, 68, "6-سماع كلام الادمن", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF4BE1E3") GUIEditor.button[10] = guiCreateButton(526, 408, 272, 68, "5-مساعدة الناس", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FF4BE1E3") GUIEditor.button[11] = guiCreateButton(20, 486, 778, 63, "واخيرا :- اذا طبقت كل هذا الشروط . يكون لك الحق في طلب الرتبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[11], "NormalTextColour", "FF23DF0B") GUIEditor.staticimage[3] = guiCreateStaticImage(641, 9, 28, 18, ":guieditor/images/arrow_out.png", false, GUIEditor.tab[2]) GUIEditor.staticimage[4] = guiCreateStaticImage(180, 7, 31, 23, ":guieditor/images/arrow_out.png", false, GUIEditor.tab[2]) end) bindKey ( "F9", "down", function ( ) guiSetVisible ( GUIEditor.window[1], not guiGetVisible( GUIEditor.window[1] ) ) showCursor( guiGetVisible( GUIEditor.window[1] ) ) end ) Link to comment
#DRAGON!FIRE Posted July 26, 2014 Share Posted July 26, 2014 GUIEditor = { tab = {}, staticimage = {}, tabpanel = {}, button = {}, window = {}, memo = {} } addEventHandler( "onClientResourceStart", resourceRoot, function ( ) GUIEditor.window[1] = guiCreateWindow(279, 64, 827, 613, "لوحة القوانين", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF27F20D") guiSetVisible ( GUIEditor.window[1], false ) GUIEditor.tabpanel[1] = guiCreateTabPanel(9, 20, 808, 583, false, GUIEditor.window[1]) GUIEditor.tab[1] = guiCreateTab("قوانين السيرفر", GUIEditor.tabpanel[1]) GUIEditor.button[1] = guiCreateButton(5, 4, 793, 96, "الرجاء الالتزام بالقوانين بالحرف الواحد.. ادارة السيرفر", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF30C8CE") GUIEditor.memo[1] = guiCreateMemo(4, 110, 794, 357, "السلام عليكم ورحمة الله وبركاتة \nادارة السيرفر \nنتمنى من لاعبينا الكرام الالتزام بالقوانين وعدم مخالفتها\n\n\nنبدأ بالقوانين\n\n\n1-عدم طلب الادمنية اذا مو مسوي الشروط = العقوبة/تحذير/اذا عادها = الحرمان منها\n\n\n2-عدم سب او شتم او لعن اي لاعب او اي ادمن في السيرفر = العقوبة/ميوت-يحدده الادمن حسب الشتيمة\n\n\n3-عدم نشر لسيرفرات اخرى = العقوبة/ميوت 12 ساعة/اذا عادها = باند\n\n\n4-تقديم رسالة الى الادارة في حال وجود اي خطا لتقديم الرسالة الكتب في زر [F8] اكتب report\n\n\n\n\n\n\nنتمنى من لاعبينا الكلام الالتزام بالقوانين وعدم الخروج منها .. وذلك لمصلحتك الخاصة ومصلحة السيرفر العامة\n\n\n\n\n\n\n\n\nملاحضة:- السيرفر قابل للتحديث\n\n\n", false, GUIEditor.tab[1]) GUIEditor.button[2] = guiCreateButton(5, 474, 793, 75, "نتمنى ان تقضي اجمل الاوقات معنا", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF30C8CE") GUIEditor.tab[2] = guiCreateTab("شروط الادمنية", GUIEditor.tabpanel[1]) GUIEditor.staticimage[1] = guiCreateStaticImage(227, 5, 113, 96, ":admin/client/images/warning.png", false, GUIEditor.tab[2]) GUIEditor.button[3] = guiCreateButton(227, 9, 412, 87, "هل تريد ادمنية في السيرفر!", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFD0E11C") GUIEditor.staticimage[2] = guiCreateStaticImage(516, 5, 113, 96, ":admin/client/images/warning.png", false, GUIEditor.tab[2]) GUIEditor.button[4] = guiCreateButton(342, 97, 184, 115, "أذن طبق الاتي", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF57D824") GUIEditor.button[5] = guiCreateButton(21, 218, 329, 68, "2-تواجد", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF4BE1E3") GUIEditor.button[6] = guiCreateButton(526, 218, 272, 68, "1-اخلاق طيبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF4BE1E3") GUIEditor.button[7] = guiCreateButton(526, 316, 272, 68, "3-نشر للسيرفر", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF4BE1E3") GUIEditor.button[8] = guiCreateButton(21, 316, 329, 68, "4-عدم طلب رتبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF4BE1E3") GUIEditor.button[9] = guiCreateButton(21, 408, 329, 68, "6-سماع كلام الادمن", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF4BE1E3") GUIEditor.button[10] = guiCreateButton(526, 408, 272, 68, "5-مساعدة الناس", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FF4BE1E3") GUIEditor.button[11] = guiCreateButton(20, 486, 778, 63, "واخيرا :- اذا طبقت كل هذا الشروط . يكون لك الحق في طلب الرتبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[11], "NormalTextColour", "FF23DF0B") GUIEditor.staticimage[3] = guiCreateStaticImage(641, 9, 28, 18, ":guieditor/images/arrow_out.png", false, GUIEditor.tab[2]) GUIEditor.staticimage[4] = guiCreateStaticImage(180, 7, 31, 23, ":guieditor/images/arrow_out.png", false, GUIEditor.tab[2]) end ) bindKey ( "F9", "down", function ( ) guiSetVisible ( GUIEditor.window[1], not guiGetVisible( GUIEditor.window[1] ) ) showCursor( guiGetVisible( GUIEditor.window[1] ) ) end ) Link to comment
SaRy,#DanGer Posted July 26, 2014 Share Posted July 26, 2014 ادا مازبط انا بزبطه لك ذذ Link to comment
SaRy,#DanGer Posted July 26, 2014 Share Posted July 26, 2014 ----bindkey local Key = "F9" GUIEditor = { tab = {}, staticimage = {}, tabpanel = {}, button = {}, window = {}, memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(279, 64, 827, 613, "لوحة القوانين", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF27F20D") GUIEditor.tabpanel[1] = guiCreateTabPanel(9, 20, 808, 583, false, GUIEditor.window[1]) GUIEditor.tab[1] = guiCreateTab("قوانين السيرفر", GUIEditor.tabpanel[1]) GUIEditor.button[1] = guiCreateButton(5, 4, 793, 96, "الرجاء الالتزام بالقوانين بالحرف الواحد.. ادارة السيرفر", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF30C8CE") GUIEditor.memo[1] = guiCreateMemo(4, 110, 794, 357, "السلام عليكم ورحمة الله وبركاتة \nادارة السيرفر \nنتمنى من لاعبينا الكرام الالتزام بالقوانين وعدم مخالفتها\n\n\nنبدأ بالقوانين\n\n\n1-عدم طلب الادمنية اذا مو مسوي الشروط = العقوبة/تحذير/اذا عادها = الحرمان منها\n\n\n2-عدم سب او شتم او لعن اي لاعب او اي ادمن في السيرفر = العقوبة/ميوت-يحدده الادمن حسب الشتيمة\n\n\n3-عدم نشر لسيرفرات اخرى = العقوبة/ميوت 12 ساعة/اذا عادها = باند\n\n\n4-تقديم رسالة الى الادارة في حال وجود اي خطا لتقديم الرسالة الكتب في زر [F8] اكتب report\n\n\n\n\n\n\nنتمنى من لاعبينا الكلام الالتزام بالقوانين وعدم الخروج منها .. وذلك لمصلحتك الخاصة ومصلحة السيرفر العامة\n\n\n\n\n\n\n\n\nملاحضة:- السيرفر قابل للتحديث\n\n\n", false, GUIEditor.tab[1]) GUIEditor.button[2] = guiCreateButton(5, 474, 793, 75, "نتمنى ان تقضي اجمل الاوقات معنا", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF30C8CE") GUIEditor.tab[2] = guiCreateTab("شروط الادمنية", GUIEditor.tabpanel[1]) GUIEditor.staticimage[1] = guiCreateStaticImage(227, 5, 113, 96, ":admin/client/images/warning.png", false, GUIEditor.tab[2]) GUIEditor.button[3] = guiCreateButton(227, 9, 412, 87, "هل تريد ادمنية في السيرفر!", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFD0E11C") GUIEditor.staticimage[2] = guiCreateStaticImage(516, 5, 113, 96, ":admin/client/images/warning.png", false, GUIEditor.tab[2]) GUIEditor.button[4] = guiCreateButton(342, 97, 184, 115, "أذن طبق الاتي", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF57D824") GUIEditor.button[5] = guiCreateButton(21, 218, 329, 68, "2-تواجد", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF4BE1E3") GUIEditor.button[6] = guiCreateButton(526, 218, 272, 68, "1-اخلاق طيبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF4BE1E3") GUIEditor.button[7] = guiCreateButton(526, 316, 272, 68, "3-نشر للسيرفر", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF4BE1E3") GUIEditor.button[8] = guiCreateButton(21, 316, 329, 68, "4-عدم طلب رتبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF4BE1E3") GUIEditor.button[9] = guiCreateButton(21, 408, 329, 68, "6-سماع كلام الادمن", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF4BE1E3") GUIEditor.button[10] = guiCreateButton(526, 408, 272, 68, "5-مساعدة الناس", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FF4BE1E3") GUIEditor.button[11] = guiCreateButton(20, 486, 778, 63, "واخيرا :- اذا طبقت كل هذا الشروط . يكون لك الحق في طلب الرتبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[11], "NormalTextColour", "FF23DF0B") GUIEditor.staticimage[3] = guiCreateStaticImage(641, 9, 28, 18, ":guieditor/images/arrow_out.png", false, GUIEditor.tab[2]) GUIEditor.staticimage[4] = guiCreateStaticImage(180, 7, 31, 23, ":guieditor/images/arrow_out.png", false, GUIEditor.tab[2]) end) bindKey(Key,"down", function () guiSetVisible(GiveAdmin.window[1],not guiGetVisible(GiveAdmin.window[1])) showCursor(guiGetVisible(GiveAdmin.window[1])) if ( guiGetVisible(GiveAdmin.window[1]) == true ) then guiLabelSetColor(label,math.random(0, 255), math.random(0, 255), math.random(0, 255)) end end ) guiSetVisible (GiveAdmin.window[1],false) ------ لاتنسى تزبطهم على اسم لوحتك Link to comment
#DRAGON!FIRE Posted July 27, 2014 Share Posted July 27, 2014 ----bindkey local Key = "F9" GUIEditor = { tab = {}, staticimage = {}, tabpanel = {}, button = {}, window = {}, memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(279, 64, 827, 613, "لوحة القوانين", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF27F20D") GUIEditor.tabpanel[1] = guiCreateTabPanel(9, 20, 808, 583, false, GUIEditor.window[1]) GUIEditor.tab[1] = guiCreateTab("قوانين السيرفر", GUIEditor.tabpanel[1]) GUIEditor.button[1] = guiCreateButton(5, 4, 793, 96, "الرجاء الالتزام بالقوانين بالحرف الواحد.. ادارة السيرفر", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF30C8CE") GUIEditor.memo[1] = guiCreateMemo(4, 110, 794, 357, "السلام عليكم ورحمة الله وبركاتة \nادارة السيرفر \nنتمنى من لاعبينا الكرام الالتزام بالقوانين وعدم مخالفتها\n\n\nنبدأ بالقوانين\n\n\n1-عدم طلب الادمنية اذا مو مسوي الشروط = العقوبة/تحذير/اذا عادها = الحرمان منها\n\n\n2-عدم سب او شتم او لعن اي لاعب او اي ادمن في السيرفر = العقوبة/ميوت-يحدده الادمن حسب الشتيمة\n\n\n3-عدم نشر لسيرفرات اخرى = العقوبة/ميوت 12 ساعة/اذا عادها = باند\n\n\n4-تقديم رسالة الى الادارة في حال وجود اي خطا لتقديم الرسالة الكتب في زر [F8] اكتب report\n\n\n\n\n\n\nنتمنى من لاعبينا الكلام الالتزام بالقوانين وعدم الخروج منها .. وذلك لمصلحتك الخاصة ومصلحة السيرفر العامة\n\n\n\n\n\n\n\n\nملاحضة:- السيرفر قابل للتحديث\n\n\n", false, GUIEditor.tab[1]) GUIEditor.button[2] = guiCreateButton(5, 474, 793, 75, "نتمنى ان تقضي اجمل الاوقات معنا", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF30C8CE") GUIEditor.tab[2] = guiCreateTab("شروط الادمنية", GUIEditor.tabpanel[1]) GUIEditor.staticimage[1] = guiCreateStaticImage(227, 5, 113, 96, ":admin/client/images/warning.png", false, GUIEditor.tab[2]) GUIEditor.button[3] = guiCreateButton(227, 9, 412, 87, "هل تريد ادمنية في السيرفر!", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFD0E11C") GUIEditor.staticimage[2] = guiCreateStaticImage(516, 5, 113, 96, ":admin/client/images/warning.png", false, GUIEditor.tab[2]) GUIEditor.button[4] = guiCreateButton(342, 97, 184, 115, "أذن طبق الاتي", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF57D824") GUIEditor.button[5] = guiCreateButton(21, 218, 329, 68, "2-تواجد", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF4BE1E3") GUIEditor.button[6] = guiCreateButton(526, 218, 272, 68, "1-اخلاق طيبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF4BE1E3") GUIEditor.button[7] = guiCreateButton(526, 316, 272, 68, "3-نشر للسيرفر", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF4BE1E3") GUIEditor.button[8] = guiCreateButton(21, 316, 329, 68, "4-عدم طلب رتبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF4BE1E3") GUIEditor.button[9] = guiCreateButton(21, 408, 329, 68, "6-سماع كلام الادمن", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF4BE1E3") GUIEditor.button[10] = guiCreateButton(526, 408, 272, 68, "5-مساعدة الناس", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FF4BE1E3") GUIEditor.button[11] = guiCreateButton(20, 486, 778, 63, "واخيرا :- اذا طبقت كل هذا الشروط . يكون لك الحق في طلب الرتبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[11], "NormalTextColour", "FF23DF0B") GUIEditor.staticimage[3] = guiCreateStaticImage(641, 9, 28, 18, ":guieditor/images/arrow_out.png", false, GUIEditor.tab[2]) GUIEditor.staticimage[4] = guiCreateStaticImage(180, 7, 31, 23, ":guieditor/images/arrow_out.png", false, GUIEditor.tab[2]) end) bindKey(Key,"down", function () guiSetVisible(GiveAdmin.window[1],not guiGetVisible(GiveAdmin.window[1])) showCursor(guiGetVisible(GiveAdmin.window[1])) if ( guiGetVisible(GiveAdmin.window[1]) == true ) then guiLabelSetColor(label,math.random(0, 255), math.random(0, 255), math.random(0, 255)) end end ) guiSetVisible (GiveAdmin.window[1],false) ------ لاتنسى تزبطهم على اسم لوحتك !! ساري .. نسخ - لصق ما بينفعك .. لو ما تعرف لا تساعد Link to comment
nxFairlywell Posted July 27, 2014 Share Posted July 27, 2014 كود زاحف صحيح + مختصر واسم النافذه حاطها لك على اسم نافذتك Link to comment
SaRy,#DanGer Posted July 27, 2014 Share Posted July 27, 2014 ----bindkey local Key = "F9" GUIEditor = { tab = {}, staticimage = {}, tabpanel = {}, button = {}, window = {}, memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(279, 64, 827, 613, "لوحة القوانين", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF27F20D") GUIEditor.tabpanel[1] = guiCreateTabPanel(9, 20, 808, 583, false, GUIEditor.window[1]) GUIEditor.tab[1] = guiCreateTab("قوانين السيرفر", GUIEditor.tabpanel[1]) GUIEditor.button[1] = guiCreateButton(5, 4, 793, 96, "الرجاء الالتزام بالقوانين بالحرف الواحد.. ادارة السيرفر", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF30C8CE") GUIEditor.memo[1] = guiCreateMemo(4, 110, 794, 357, "السلام عليكم ورحمة الله وبركاتة \nادارة السيرفر \nنتمنى من لاعبينا الكرام الالتزام بالقوانين وعدم مخالفتها\n\n\nنبدأ بالقوانين\n\n\n1-عدم طلب الادمنية اذا مو مسوي الشروط = العقوبة/تحذير/اذا عادها = الحرمان منها\n\n\n2-عدم سب او شتم او لعن اي لاعب او اي ادمن في السيرفر = العقوبة/ميوت-يحدده الادمن حسب الشتيمة\n\n\n3-عدم نشر لسيرفرات اخرى = العقوبة/ميوت 12 ساعة/اذا عادها = باند\n\n\n4-تقديم رسالة الى الادارة في حال وجود اي خطا لتقديم الرسالة الكتب في زر [F8] اكتب report\n\n\n\n\n\n\nنتمنى من لاعبينا الكلام الالتزام بالقوانين وعدم الخروج منها .. وذلك لمصلحتك الخاصة ومصلحة السيرفر العامة\n\n\n\n\n\n\n\n\nملاحضة:- السيرفر قابل للتحديث\n\n\n", false, GUIEditor.tab[1]) GUIEditor.button[2] = guiCreateButton(5, 474, 793, 75, "نتمنى ان تقضي اجمل الاوقات معنا", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF30C8CE") GUIEditor.tab[2] = guiCreateTab("شروط الادمنية", GUIEditor.tabpanel[1]) GUIEditor.staticimage[1] = guiCreateStaticImage(227, 5, 113, 96, ":admin/client/images/warning.png", false, GUIEditor.tab[2]) GUIEditor.button[3] = guiCreateButton(227, 9, 412, 87, "هل تريد ادمنية في السيرفر!", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFD0E11C") GUIEditor.staticimage[2] = guiCreateStaticImage(516, 5, 113, 96, ":admin/client/images/warning.png", false, GUIEditor.tab[2]) GUIEditor.button[4] = guiCreateButton(342, 97, 184, 115, "أذن طبق الاتي", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF57D824") GUIEditor.button[5] = guiCreateButton(21, 218, 329, 68, "2-تواجد", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF4BE1E3") GUIEditor.button[6] = guiCreateButton(526, 218, 272, 68, "1-اخلاق طيبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF4BE1E3") GUIEditor.button[7] = guiCreateButton(526, 316, 272, 68, "3-نشر للسيرفر", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF4BE1E3") GUIEditor.button[8] = guiCreateButton(21, 316, 329, 68, "4-عدم طلب رتبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF4BE1E3") GUIEditor.button[9] = guiCreateButton(21, 408, 329, 68, "6-سماع كلام الادمن", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF4BE1E3") GUIEditor.button[10] = guiCreateButton(526, 408, 272, 68, "5-مساعدة الناس", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FF4BE1E3") GUIEditor.button[11] = guiCreateButton(20, 486, 778, 63, "واخيرا :- اذا طبقت كل هذا الشروط . يكون لك الحق في طلب الرتبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[11], "NormalTextColour", "FF23DF0B") GUIEditor.staticimage[3] = guiCreateStaticImage(641, 9, 28, 18, ":guieditor/images/arrow_out.png", false, GUIEditor.tab[2]) GUIEditor.staticimage[4] = guiCreateStaticImage(180, 7, 31, 23, ":guieditor/images/arrow_out.png", false, GUIEditor.tab[2]) end) bindKey(Key,"down", function () guiSetVisible(GiveAdmin.window[1],not guiGetVisible(GiveAdmin.window[1])) showCursor(guiGetVisible(GiveAdmin.window[1])) if ( guiGetVisible(GiveAdmin.window[1]) == true ) then guiLabelSetColor(label,math.random(0, 255), math.random(0, 255), math.random(0, 255)) end end ) guiSetVisible (GiveAdmin.window[1],false) ------ لاتنسى تزبطهم على اسم لوحتك !! ساري .. نسخ - لصق ما بينفعك .. لو ما تعرف لا تساعد شنو نسخ لصق ؟ ._. هذى شلته من الشوب حقي حق الريس يعني تبي تقنعني انك مكاتبه انت ._. Link to comment
#DRAGON!FIRE Posted July 27, 2014 Share Posted July 27, 2014 ----bindkey local Key = "F9" GUIEditor = { tab = {}, staticimage = {}, tabpanel = {}, button = {}, window = {}, memo = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(279, 64, 827, 613, "لوحة القوانين", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF27F20D") GUIEditor.tabpanel[1] = guiCreateTabPanel(9, 20, 808, 583, false, GUIEditor.window[1]) GUIEditor.tab[1] = guiCreateTab("قوانين السيرفر", GUIEditor.tabpanel[1]) GUIEditor.button[1] = guiCreateButton(5, 4, 793, 96, "الرجاء الالتزام بالقوانين بالحرف الواحد.. ادارة السيرفر", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF30C8CE") GUIEditor.memo[1] = guiCreateMemo(4, 110, 794, 357, "السلام عليكم ورحمة الله وبركاتة \nادارة السيرفر \nنتمنى من لاعبينا الكرام الالتزام بالقوانين وعدم مخالفتها\n\n\nنبدأ بالقوانين\n\n\n1-عدم طلب الادمنية اذا مو مسوي الشروط = العقوبة/تحذير/اذا عادها = الحرمان منها\n\n\n2-عدم سب او شتم او لعن اي لاعب او اي ادمن في السيرفر = العقوبة/ميوت-يحدده الادمن حسب الشتيمة\n\n\n3-عدم نشر لسيرفرات اخرى = العقوبة/ميوت 12 ساعة/اذا عادها = باند\n\n\n4-تقديم رسالة الى الادارة في حال وجود اي خطا لتقديم الرسالة الكتب في زر [F8] اكتب report\n\n\n\n\n\n\nنتمنى من لاعبينا الكلام الالتزام بالقوانين وعدم الخروج منها .. وذلك لمصلحتك الخاصة ومصلحة السيرفر العامة\n\n\n\n\n\n\n\n\nملاحضة:- السيرفر قابل للتحديث\n\n\n", false, GUIEditor.tab[1]) GUIEditor.button[2] = guiCreateButton(5, 474, 793, 75, "نتمنى ان تقضي اجمل الاوقات معنا", false, GUIEditor.tab[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF30C8CE") GUIEditor.tab[2] = guiCreateTab("شروط الادمنية", GUIEditor.tabpanel[1]) GUIEditor.staticimage[1] = guiCreateStaticImage(227, 5, 113, 96, ":admin/client/images/warning.png", false, GUIEditor.tab[2]) GUIEditor.button[3] = guiCreateButton(227, 9, 412, 87, "هل تريد ادمنية في السيرفر!", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFD0E11C") GUIEditor.staticimage[2] = guiCreateStaticImage(516, 5, 113, 96, ":admin/client/images/warning.png", false, GUIEditor.tab[2]) GUIEditor.button[4] = guiCreateButton(342, 97, 184, 115, "أذن طبق الاتي", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FF57D824") GUIEditor.button[5] = guiCreateButton(21, 218, 329, 68, "2-تواجد", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF4BE1E3") GUIEditor.button[6] = guiCreateButton(526, 218, 272, 68, "1-اخلاق طيبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF4BE1E3") GUIEditor.button[7] = guiCreateButton(526, 316, 272, 68, "3-نشر للسيرفر", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FF4BE1E3") GUIEditor.button[8] = guiCreateButton(21, 316, 329, 68, "4-عدم طلب رتبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FF4BE1E3") GUIEditor.button[9] = guiCreateButton(21, 408, 329, 68, "6-سماع كلام الادمن", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FF4BE1E3") GUIEditor.button[10] = guiCreateButton(526, 408, 272, 68, "5-مساعدة الناس", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[10], "NormalTextColour", "FF4BE1E3") GUIEditor.button[11] = guiCreateButton(20, 486, 778, 63, "واخيرا :- اذا طبقت كل هذا الشروط . يكون لك الحق في طلب الرتبة", false, GUIEditor.tab[2]) guiSetProperty(GUIEditor.button[11], "NormalTextColour", "FF23DF0B") GUIEditor.staticimage[3] = guiCreateStaticImage(641, 9, 28, 18, ":guieditor/images/arrow_out.png", false, GUIEditor.tab[2]) GUIEditor.staticimage[4] = guiCreateStaticImage(180, 7, 31, 23, ":guieditor/images/arrow_out.png", false, GUIEditor.tab[2]) end) bindKey(Key,"down", function () guiSetVisible(GiveAdmin.window[1],not guiGetVisible(GiveAdmin.window[1])) showCursor(guiGetVisible(GiveAdmin.window[1])) if ( guiGetVisible(GiveAdmin.window[1]) == true ) then guiLabelSetColor(label,math.random(0, 255), math.random(0, 255), math.random(0, 255)) end end ) guiSetVisible (GiveAdmin.window[1],false) ------ لاتنسى تزبطهم على اسم لوحتك !! ساري .. نسخ - لصق ما بينفعك .. لو ما تعرف لا تساعد شنو نسخ لصق ؟ ._. هذى شلته من الشوب حقي حق الريس يعني تبي تقنعني انك مكاتبه انت ._. GiveAdmin.window[1] !! وش ذا .. ؟ if ( guiGetVisible(GiveAdmin.window[1]) == true ) then guiLabelSetColor(label,math.random(0, 255), math.random(0, 255), math.random(0, 255)) end ثانيا ردكـ ماله داعي مدام حطيت له الكود . Link to comment
دكتور انيمو Posted July 27, 2014 Author Share Posted July 27, 2014 مشكوريييييييييييييييييييييييييييييييييين + بس فهموني شو السالفة + وين الاقي اسم اللوحة Link to comment
#DRAGON!FIRE Posted July 27, 2014 Share Posted July 27, 2014 انسخ الكود اللي حطيته لك فوق . Link to comment
دكتور انيمو Posted July 27, 2014 Author Share Posted July 27, 2014 انسخ الكود اللي حطيته لك فوق . زاحف نسختة واشتغل المود بس لو سويت مود ثاني تجي مثل المشكلة علمني كيف احلها وخلاص Link to comment
nxFairlywell Posted July 27, 2014 Share Posted July 27, 2014 زاحف اعتقد يقصد اللوحه ماتفتح ياصاحب الموضوع , شفت كود زاحف ؟ في الفنكشن الي عطاك استبدل هذي GUIEditor.window[1] بإسم لوحتك Link to comment
دكتور انيمو Posted July 28, 2014 Author Share Posted July 28, 2014 زاحف اعتقد يقصد اللوحه ماتفتحياصاحب الموضوع , شفت كود زاحف ؟ في الفنكشن الي عطاك استبدل هذي GUIEditor.window[1] بإسم لوحتك ممممممممممممممممممم يعني ذي guiSetVisible (GiveAdmin.window[1],false) GiveAdmin.window[1] ذي اسم اللوحة يعني لو سويت لوحتي اسمها Client الكود يكون كذا 1-guiSetVisible (Client,false) صح؟ ولا كذا 2-guiSetVisible (Client[1],false) اذا الاولى صح قولو الاولى صح واذا الثانية الي صح قولو الثانية صح مشان افهم وشكرا .. وارجوا الرد Link to comment
AboShanab Posted July 28, 2014 Share Posted July 28, 2014 guiSetVisible (Client,false) هذا الصحيح ^ تحطه الكود على اسم نافذتك بـ الضبط م يتغير بـ ولا حرف Link to comment
دكتور انيمو Posted July 29, 2014 Author Share Posted July 29, 2014 guiSetVisible (Client,false)هذا الصحيح ^ تحطه الكود على اسم نافذتك بـ الضبط م يتغير بـ ولا حرف مشكور>< 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