tourra Posted August 2, 2012 Share Posted August 2, 2012 شكرا لكم و شكرا خاص لاخوي الي قلي لكن شيء كيف اربطه بزر مثلا f2 و كيف اعمل له اوامر مثلا يشتري او اي شيء تحياتي تورا الله يخلليكم ساعدوني انا عملت مود لكن ما عرفت اعملو ربط بزر و اوارمر له Link to comment
3NAD Posted August 2, 2012 Share Posted August 2, 2012 ربط النافذة بـ زر اسستخدم ككود bindKey مثثآل bindKey("F2","down", function() guiSetVisible(window,true) end ) =========== و اوامر عند الضضغط تستخدم إيفنت onClientGUIClick مثآل addEventHandler("onClientGUIClick",root, function() if source == BTN1 then -- الأكواد end end ) window = اسم النافذة BTN1 = اسسم الزر Link to comment
tourra Posted August 2, 2012 Author Share Posted August 2, 2012 (edited) bindKey("F2","down", function() guiSetVisible(window,true) end ) اخوي ع ـناد شوف ذي bindKey("F2","down", function() guiSetVisible(قلت اسم النافذة ~ يعني كيف الاسم تع GUI الي استخدم بيه,true) end ) Edited August 2, 2012 by Guest Link to comment
tourra Posted August 2, 2012 Author Share Posted August 2, 2012 اخوي ع ـناد و ربي ما اشتغل ورب الكعبة ما اشتغلي تع ربط بزر لكن شكرا ارجو الحل Link to comment
Tete omar Posted August 2, 2012 Share Posted August 2, 2012 bindKey("F2","down", function() guiSetVisible(gui-element,true) end ) اي فنكشن في أولها gui يعني مثلاً guiGetText متعلقة بــ كل ال GUI elements ويا ليت تعرض كودك بالكامل وحنا نصلحه لك Link to comment
tourra Posted August 2, 2012 Author Share Posted August 2, 2012 (edited) يا اخوي ع ـناد و الاخر طيب خذ السكربة ابي فيه ماوس لانه ما فيه و ابي فيه bindkey اكواد السكربت كاملة ارجو التعديل عليها outputChatBox(' مود تجريبي من قبل تورا ', player, 255,0,0) GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Memo = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Image = {} GUIEditor_Window[1] = guiCreateWindow(73,190,279,308,"مود تجريبي",false) GUIEditor_Label[1] = guiCreateLabel(161,-73,5,5,"",false,GUIEditor_Window[1]) GUIEditor_Memo[1] = guiCreateMemo(125,-510,5,344,"",false,GUIEditor_Window[1]) GUIEditor_Button[1] = guiCreateButton(16,70,266,42,"و زنــــــــــــيــــــــــــــــــــــة تجريبية",false,GUIEditor_Window[1]) GUIEditor_Edit[1] = guiCreateEdit(12,172,273,31,"1601.0 2200.0 0.-1 0.0 0.-0 -0.05 -70 0.30 0.8 0.70 5 260.0 33.0 33.0 F P 5.4 0.90 1 50.0 0.85 0.14 0.0 0.40 -0.14 0.5 0.0 0.26 0.00 19000 0 0 0 3 0",false,GUIEditor_Window[1]) GUIEditor_Image[1] = guiCreateStaticImage(26,224,234,75,"images/mtalogo.png",false,GUIEditor_Window[1]) GUIEditor_Label[2] = guiCreateLabel(12,215,88,44,"by tourra",false,GUIEditor_Window[1]) GUIEditor_Label[3] = guiCreateLabel(9,265,75,35,"المود تجريبي",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(216,274,47,25,"×",false,GUIEditor_Window[1]) و كيفية الخروج منه الله يخلليكم ساعدوني اذا عرفت ما رح اكثر عليكم الاسئلة Edited August 2, 2012 by Guest Link to comment
Tete omar Posted August 2, 2012 Share Posted August 2, 2012 outputChatBox(' مود تجريبي من قبل تورا ', player, 255,0,0) GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Memo = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Image = {} GUIEditor_Window[1] = guiCreateWindow(73,190,279,308,"مود تجريبي",false) GUIEditor_Label[1] = guiCreateLabel(161,-73,5,5,"",false,GUIEditor_Window[1]) GUIEditor_Memo[1] = guiCreateMemo(125,-510,5,344,"",false,GUIEditor_Window[1]) GUIEditor_Button[1] = guiCreateButton(16,70,266,42,"و زنــــــــــــيــــــــــــــــــــــة تجريبية",false,GUIEditor_Window[1]) GUIEditor_Edit[1] = guiCreateEdit(12,172,273,31,"1601.0 2200.0 0.-1 0.0 0.-0 -0.05 -70 0.30 0.8 0.70 5 260.0 33.0 33.0 F P 5.4 0.90 1 50.0 0.85 0.14 0.0 0.40 -0.14 0.5 0.0 0.26 0.00 19000 0 0 0 3 0",false,GUIEditor_Window[1]) GUIEditor_Image[1] = guiCreateStaticImage(26,224,234,75,"images/mtalogo.png",false,GUIEditor_Window[1]) GUIEditor_Label[2] = guiCreateLabel(12,215,88,44,"by tourra",false,GUIEditor_Window[1]) GUIEditor_Label[3] = guiCreateLabel(9,265,75,35,"المود تجريبي",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(216,274,47,25,"×",false,GUIEditor_Window[1]) guiSetVisible( GUIEditor_Window[1], false ) bindKey("f2", "down", function () if ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor (false ) guiSetInputEnabled(true) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false ) guiSetInputEnabled(false) end end جرب هذا , انا ما جربته بس جرب Link to comment
3NAD Posted August 2, 2012 Share Posted August 2, 2012 تصصليح اككوادد الزر bindKey("f2", "down", function () if ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor(true) guiSetInputEnabled(true) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false) guiSetInputEnabled(false) end end ) Link to comment
tourra Posted August 2, 2012 Author Share Posted August 2, 2012 اخوي ما اشتغل لكن لما تحذ bindkey يشتغل مدري ارجو الحل Link to comment
3NAD Posted August 2, 2012 Share Posted August 2, 2012 bindKey كود الزر هو يعني هو سساحر بيسوي زر من نفسه ؟ Link to comment
top sniper Posted August 3, 2012 Share Posted August 3, 2012 تصصليح اككوادد الزر bindKey("f2", "down", function () if ( guiGetVisible ( GUIEditor_Window[1] ) == false( then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor(true) guiSetInputEnabled(true) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false) guiSetInputEnabled(false) end end ) bindKey("f2", "down", function () if guiGetVisible ( GUIEditor_Window[1] ) == false then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor(true) guiSetInputEnabled(true) else guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false) guiSetInputEnabled(false) end end ) Link to comment
3NAD Posted August 3, 2012 Share Posted August 3, 2012 it's same Meaning ! and why you Quoting my Post with Bad syntax ! was if ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then and you edit my Post to .. if ( guiGetVisible ( GUIEditor_Window[1] ) == false ( then Link to comment
top sniper Posted August 3, 2012 Share Posted August 3, 2012 it's same Meaning !and why you Quoting my Post with Bad syntax ! was if ( guiGetVisible ( GUIEditor_Window[1] ) == false ) then and you edit my Post to .. if ( guiGetVisible ( GUIEditor_Window[1] ) == false ( then Bad syntax ? 1 ,, my reply was "if guiGetVisible ( GUIEditor_Window[1] ) == false then" not "if ( guiGetVisible ( GUIEditor_Window[1] ) == false ( then" 2. if you introduced an "if statement tests" using if ..your statement tests.. you should use "else" not "elseif" If the test statement is wrong any way i bring to you this page it may help you http://www.lua.org/pil/4.3.1.html Link to comment
3NAD Posted August 3, 2012 Share Posted August 3, 2012 انت مافهمت قصصدي بالعربي يمكن تفهم .. أقصصد السسطر الثالث بـ مشآرككتي كآن السينتاكس عدل انت غيرت على الإقتباس .. و قلبت القوس هذا قصصدي Link to comment
top sniper Posted August 3, 2012 Share Posted August 3, 2012 انت مافهمت قصصديبالعربي يمكن تفهم .. أقصصد السسطر الثالث بـ مشآرككتي كآن السينتاكس عدل انت غيرت على الإقتباس .. و قلبت القوس هذا قصصدي اصلا شلت الاقواس ** Link to comment
3NAD Posted August 3, 2012 Share Posted August 3, 2012 (edited) للحين انت مافهمت ششوف اللي بـ الأححمر انت مقتبسسه يعني تبي تطلعني غلطان bindKey("f2", "down", function () if ( guiGetVisible ( GUIEditor_Window[1] ) == false [color=#FF4000]([/color] then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor(true) guiSetInputEnabled(true) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false) guiSetInputEnabled(false) end end ) Edited August 3, 2012 by Guest Link to comment
top sniper Posted August 3, 2012 Share Posted August 3, 2012 انت مافهمت قصصديبالعربي يمكن تفهم .. أقصصد السسطر الثالث بـ مشآرككتي كآن السينتاكس عدل انت غيرت على الإقتباس .. و قلبت القوس هذا قصصدي الحين انت لم تحط elseif ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then قاعد تطول الكود وتزيد حجم السكربت اختصر السالفة واكتب else وادخل هذا الرابط بيساعدك http://www.lua.org/pil/4.3.1.html Link to comment
top sniper Posted August 3, 2012 Share Posted August 3, 2012 للحين انت مافهمتششوف اللي بـ الأححمر انت مقتبسسه يعني تبي تطلعني غلطان bindKey("f2", "down", function () if ( guiGetVisible ( GUIEditor_Window[1] ) == false [color=#FF4000]([/color] then guiSetVisible ( GUIEditor_Window[1] ,true ) showCursor(true) guiSetInputEnabled(true) elseif ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then guiSetVisible ( GUIEditor_Window[1] ,false ) showCursor (false) guiSetInputEnabled(false) end end ) ذا الاحمر مو موجود بكودي -_-" Link to comment
3NAD Posted August 3, 2012 Share Posted August 3, 2012 ايه انت مقتبسس كودي و مسوي تعديل بـ نفسس الإقتباس وحطيت كودك تحته == الحين انت لم تحط elseif ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then قاعد تطول الكود وتزيد حجم السكربت اختصر السالفة واكتب else وادخل هذا الرابط بيساعدك http://www.lua.org/pil/4.3.1.html والله ككل واححد و حريته .. else مهوب غصصب احطه Link to comment
top sniper Posted August 3, 2012 Share Posted August 3, 2012 ايه انت مقتبسس كودي و مسوي تعديل بـ نفسس الإقتباس وحطيت كودك تحته== الحين انت لم تحط elseif ( guiGetVisible ( GUIEditor_Window[1] ) == true ) then قاعد تطول الكود وتزيد حجم السكربت اختصر السالفة واكتب else وادخل هذا الرابط بيساعدك http://www.lua.org/pil/4.3.1.html والله ككل واححد و حريته .. else مهوب غصصب احطه الحين ليش مطول السالفة ,, انا حبيت اعطيك معلومة تفيدك Link to comment
3NAD Posted August 3, 2012 Share Posted August 3, 2012 مششكور => وانا من النوع اللي يححب النقاشش 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