SAM!! Posted July 25, 2017 Share Posted July 25, 2017 السلام عليكم الحين انا مسوي لوحة ازرار بس اضغط علي الزر يفتح اللوحة المشكلة لو اضغط تاني مايقفلها يرجي تصحيح الكود return source == GUIEditor.button[1] and executeCommandHandler ( "le" ) -- ابي ذا بس اضغط علي الزر تاني يقفل or source == GUIEditor.button[3] and executeCommandHandler ( "lee" ) --- وذا كمان Link to comment
|M.r|LooFe| Posted July 25, 2017 Share Posted July 25, 2017 3 hours ago, mazzika!! said: السلام عليكم الحين انا مسوي لوحة ازرار بس اضغط علي الزر يفتح اللوحة المشكلة لو اضغط تاني مايقفلها يرجي تصحيح الكود return source == GUIEditor.button[1] and executeCommandHandler ( "le" ) -- ابي ذا بس اضغط علي الزر تاني يقفل or source == GUIEditor.button[3] and executeCommandHandler ( "lee" ) --- وذا كمان يخوي كودك كله خطأ عدل على الكوماند او ارسل الكود كامل اصححه لك Link to comment
Rockyz Posted July 25, 2017 Share Posted July 25, 2017 4 hours ago, mazzika!! said: السلام عليكم الحين انا مسوي لوحة ازرار بس اضغط علي الزر يفتح اللوحة المشكلة لو اضغط تاني مايقفلها يرجي تصحيح الكود return source == GUIEditor.button[1] and executeCommandHandler ( "le" ) -- ابي ذا بس اضغط علي الزر تاني يقفل or source == GUIEditor.button[3] and executeCommandHandler ( "lee" ) --- وذا كمان انت ناسخ كودي المفروض تدري وش في الكود وتفهمه Link to comment
SAM!! Posted July 25, 2017 Author Share Posted July 25, 2017 #,+( _xiRoc[K]; > وش استفدت منك الحين لما دخلت كتبت كلمتين مالهم داعي وخرجت؟ ناسخ كودي تم عمل الكود بواسطة الاخ روك خخخ #,+( _xiRoc[K]; > +انا فاهم وش في الكود واللوحة كاملة بس ابي يقفل بس اضغط علي الزر تاني Link to comment
Rockyz Posted July 25, 2017 Share Posted July 25, 2017 36 minutes ago, mazzika!! said: #,+( _xiRoc[K]; > وش استفدت منك الحين لما دخلت كتبت كلمتين مالهم داعي وخرجت؟ ناسخ كودي تم عمل الكود بواسطة الاخ روك خخخ #,+( _xiRoc[K]; > +انا فاهم وش في الكود واللوحة كاملة بس ابي يقفل بس اضغط علي الزر تاني لو انت فاهم كودي كان سويته بسهولة ! Link to comment
SAM!! Posted July 25, 2017 Author Share Posted July 25, 2017 #,+( _xiRoc[K]; > جربت كل شئ وماظبطت لو كنت قولت كيف كنت خلصت المود من زمان .. Link to comment
#\_oskar_/# Posted July 26, 2017 Share Posted July 26, 2017 ورينا محاولتك اللي سويتها عشان نقدر نساعدك Link to comment
SAM!! Posted July 26, 2017 Author Share Posted July 26, 2017 #\_oskar_/# ماهي اصلا ماشتغلت بس اسويها يوقف المود كله بسوي else ونفس الجملة تاني لتقفل مثل مافتحت ماتبي Link to comment
Rockyz Posted July 26, 2017 Share Posted July 26, 2017 1 minute ago, mazzika!! said: #\_oskar_/# ماهي اصلا ماشتغلت بس اسويها يوقف المود كله بسوي else ونفس الجملة تاني لتقفل مثل مافتحت ماتبي ورينا اكوادك عشان نفيدك ! ؟ Link to comment
SAM!! Posted July 26, 2017 Author Share Posted July 26, 2017 GUIEditor = { button = {}, window = {}, edit = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(184, 41, 452, 535, "Player Control Panel|HarD|By:SAM", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible ( GUIEditor.window[1], false ) -- wnd GUIEditor.button[1] = guiCreateButton(27, 56, 145, 50, "نظام الحركات", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF6CFF00") GUIEditor.button[2] = guiCreateButton(277, 56, 145, 50, "نظآم الشـوب", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFF0000") GUIEditor.button[3] = guiCreateButton(27, 170, 145, 50, "تحويل فلوس", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00FEA7") GUIEditor.button[4] = guiCreateButton(277, 170, 145, 50, "القرآن الكريم", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFCFF00") GUIEditor.button[5] = guiCreateButton(27, 273, 145, 50, "نظام المشي", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF008FFD") GUIEditor.button[6] = guiCreateButton(277, 273, 145, 50, "معلومآت الاعـب", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[6], "default-bold-small") guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF2300FC") GUIEditor.button[7] = guiCreateButton(27, 378, 145, 50, "اسـئلة شاآئعة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[7], "default-bold-small") guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFF900FB") GUIEditor.button[8] = guiCreateButton(277, 378, 145, 50, "القوانين ونظآم الـرتب", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[8], "default-bold-small") guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FFFEFEFE") GUIEditor.edit[1] = guiCreateEdit(17, 495, 421, 25, "|Player Control Panel| | V1.00| |HarD Server| |By:SAM|", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.edit[1], "NormalTextColour", "FFFF0707") guiEditSetReadOnly(GUIEditor.edit[1], true) GUIEditor.button[9] = guiCreateButton(42, 438, 355, 37, "~~~اغلآق اللوحة~~~", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[9], "default-bold-small") guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FFFE077B") end ) bindKey ( "/", "down", function ( ) guiSetVisible ( GUIEditor.window[1], not guiGetVisible ( GUIEditor.window[1] ) ) showCursor ( guiGetVisible ( GUIEditor.window[1] ) ) playSound("open.wav") end ) addEventHandler("onClientGUIClick", getRootElement(), function () if source == GUIEditor.button[9] then guiSetVisible (GUIEditor.window[1],false) showCursor (false) playSound("open.wav") end end ) addEventHandler ( "onClientGUIClick", root, function ( ) return source == GUIEditor.button[1] and executeCommandHandler ( "le" ) or source == GUIEditor.button[3] and executeCommandHandler ( "lee" ) or source == GUIEditor.button[4] and executeCommandHandler ( "leee" ) or source == GUIEditor.button[2] and executeCommandHandler ( "leeee" ) or source == GUIEditor.button[6] and executeCommandHandler ( "leeeee" ) or source == GUIEditor.button[5] and executeCommandHandler ( "ws" ) or source == GUIEditor.button[7] and executeCommandHandler ( "sam" ) or source == GUIEditor.button[8] and executeCommandHandler ( "samm" ) end ) اهي يا اخي #,+( _xiRoc[K]; > Link to comment
Rockyz Posted July 26, 2017 Share Posted July 26, 2017 (edited) 2 minutes ago, mazzika!! said: GUIEditor = { button = {}, window = {}, edit = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(184, 41, 452, 535, "Player Control Panel|HarD|By:SAM", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible ( GUIEditor.window[1], false ) -- wnd GUIEditor.button[1] = guiCreateButton(27, 56, 145, 50, "نظام الحركات", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF6CFF00") GUIEditor.button[2] = guiCreateButton(277, 56, 145, 50, "نظآم الشـوب", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFFF0000") GUIEditor.button[3] = guiCreateButton(27, 170, 145, 50, "تحويل فلوس", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00FEA7") GUIEditor.button[4] = guiCreateButton(277, 170, 145, 50, "القرآن الكريم", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFCFF00") GUIEditor.button[5] = guiCreateButton(27, 273, 145, 50, "نظام المشي", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF008FFD") GUIEditor.button[6] = guiCreateButton(277, 273, 145, 50, "معلومآت الاعـب", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[6], "default-bold-small") guiSetProperty(GUIEditor.button[6], "NormalTextColour", "FF2300FC") GUIEditor.button[7] = guiCreateButton(27, 378, 145, 50, "اسـئلة شاآئعة", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[7], "default-bold-small") guiSetProperty(GUIEditor.button[7], "NormalTextColour", "FFF900FB") GUIEditor.button[8] = guiCreateButton(277, 378, 145, 50, "القوانين ونظآم الـرتب", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[8], "default-bold-small") guiSetProperty(GUIEditor.button[8], "NormalTextColour", "FFFEFEFE") GUIEditor.edit[1] = guiCreateEdit(17, 495, 421, 25, "|Player Control Panel| | V1.00| |HarD Server| |By:SAM|", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.edit[1], "NormalTextColour", "FFFF0707") guiEditSetReadOnly(GUIEditor.edit[1], true) GUIEditor.button[9] = guiCreateButton(42, 438, 355, 37, "~~~اغلآق اللوحة~~~", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[9], "default-bold-small") guiSetProperty(GUIEditor.button[9], "NormalTextColour", "FFFE077B") end ) bindKey ( "/", "down", function ( ) guiSetVisible ( GUIEditor.window[1], not guiGetVisible ( GUIEditor.window[1] ) ) showCursor ( guiGetVisible ( GUIEditor.window[1] ) ) playSound("open.wav") end ) addEventHandler("onClientGUIClick", getRootElement(), function () if source == GUIEditor.button[9] then guiSetVisible (GUIEditor.window[1],false) showCursor (false) playSound("open.wav") end end ) addEventHandler ( "onClientGUIClick", root, function ( ) return source == GUIEditor.button[1] and executeCommandHandler ( "le" ) or source == GUIEditor.button[3] and executeCommandHandler ( "lee" ) or source == GUIEditor.button[4] and executeCommandHandler ( "leee" ) or source == GUIEditor.button[2] and executeCommandHandler ( "leeee" ) or source == GUIEditor.button[6] and executeCommandHandler ( "leeeee" ) or source == GUIEditor.button[5] and executeCommandHandler ( "ws" ) or source == GUIEditor.button[7] and executeCommandHandler ( "sam" ) or source == GUIEditor.button[8] and executeCommandHandler ( "samm" ) end ) اهي يا اخي #,+( _xiRoc[K]; > عشان كذا ماشتغل انت استخدمت الاكواد بطريقة خاطئة انا مجرد عطيت مثال + وين الكوماندات Edited July 26, 2017 by #,+( _xiRoc[K]; > Link to comment
SAM!! Posted July 26, 2017 Author Share Posted July 26, 2017 #,+( _xiRoc[K]; > اخي من قال لا تشتغل اللوحة 10/10 وتجيب كل شئ بس مشكلتها ابي بس اضغط علي الزر للمرة الثانية يقفل اللوحة مثل مافتحها Link to comment
Rockyz Posted July 26, 2017 Share Posted July 26, 2017 (edited) 1 minute ago, mazzika!! said: #,+( _xiRoc[K]; > اخي من قال لا تشتغل اللوحة 10/10 وتجيب كل شئ بس مشكلتها ابي بس اضغط علي الزر للمرة الثانية يقفل اللوحة مثل مافتحها وانا وش قلت لك قلت لك انك استخدمت الاكواد هذلين @@@ : addEventHandler ( "onClientGUIClick", root, function ( ) return source == GUIEditor.button[1] and executeCommandHandler ( "le" ) or source == GUIEditor.button[3] and executeCommandHandler ( "lee" ) or source == GUIEditor.button[4] and executeCommandHandler ( "leee" ) or source == GUIEditor.button[2] and executeCommandHandler ( "leeee" ) or source == GUIEditor.button[6] and executeCommandHandler ( "leeeee" ) or source == GUIEditor.button[5] and executeCommandHandler ( "ws" ) or source == GUIEditor.button[7] and executeCommandHandler ( "sam" ) or source == GUIEditor.button[8] and executeCommandHandler ( "samm" ) end ) بشكل خاطئ عشان كذا قلت لك افهم الاكواد قبل لاتسويها ! Edited July 26, 2017 by #,+( _xiRoc[K]; > Link to comment
SAM!! Posted July 26, 2017 Author Share Posted July 26, 2017 #,+( _xiRoc[K]; > طيب الحل؟ Link to comment
#\_oskar_/# Posted July 26, 2017 Share Posted July 26, 2017 addEventHandler("onClientGUIClick", getRootElement(),function () if source == GUIEditor.button[8] then executeCommandHandler ( "sam" ) elseif source == GUIEditor.button[7] then executeCommandHandler ( "samm" ) end end) Link to comment
SAM!! Posted July 26, 2017 Author Share Posted July 26, 2017 #\_oskar_/# في خطأ يقول لازم اقفل الفنكشن سطر 59 ومادري وش end addEventHandler ( "onClientGUIClick", root, function ( ) return source == GUIEditor.button[1] then executeCommandHandler ( "le" ) if source == GUIEditor.button[3] then executeCommandHandler ( "lee" ) elseif source == GUIEditor.button[4] then executeCommandHandler ( "leee" ) elseif source == GUIEditor.button[2] then executeCommandHandler ( "leeee" ) elseif source == GUIEditor.button[6] then executeCommandHandler ( "leeeee" ) elseif source == GUIEditor.button[5] then executeCommandHandler ( "ws" ) if source == GUIEditor.button[8] then executeCommandHandler ( "sam" ) elseif source == GUIEditor.button[7] then executeCommandHandler ( "samm" ) end end) مايبي يشتغل في شئ غلط Link to comment
SAM!! Posted July 26, 2017 Author Share Posted July 26, 2017 elsif source == GUIEditor.button[8] then عدلتها مايشتغل بردو #\_oskar_/# كيف يخرب المود؟ Link to comment
#\_oskar_/# Posted July 26, 2017 Share Posted July 26, 2017 elsif -- خطاء elseif -- الصح Link to comment
SAM!! Posted July 26, 2017 Author Share Posted July 26, 2017 #\_oskar_/# حبيبي مو شغالة ؟ Link to comment
#\_oskar_/# Posted July 26, 2017 Share Posted July 26, 2017 اتاكد انك حذفت السطر 2 و 3 + وريني الاخطاء بالديبق Link to comment
Jw8. Posted July 27, 2017 Share Posted July 27, 2017 addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[1] then executeCommandHandler ( "le" ) elseif source == GUIEditor.button[3] then executeCommandHandler ( "lee" ) elseif source == GUIEditor.button[4] then executeCommandHandler ( "leee" ) elseif source == GUIEditor.button[2] then executeCommandHandler ( "leeee" ) elseif source == GUIEditor.button[6] then executeCommandHandler ( "leeeee" ) elseif source == GUIEditor.button[5] then executeCommandHandler ( "ws" ) elseif source == GUIEditor.button[8] then executeCommandHandler ( "sam" ) elseif source == GUIEditor.button[7] then executeCommandHandler ( "samm" ) end end) الكود الصح هو كذا اول كود لازم كمان تحقق Link to comment
SAM!! Posted July 27, 2017 Author Share Posted July 27, 2017 (edited) DmAr511 #\_oskar_/# الوحة ماتطلع لي ابدا وذا الخطأ Edited July 27, 2017 by SAM!! Link to comment
Rockyz Posted July 27, 2017 Share Posted July 27, 2017 5 hours ago, SAM!! said: DmAr511 #\_oskar_/# الوحة ماتطلع لي ابدا وذا الخطأ اطرح اكوادك 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