#J2mes Posted March 28, 2016 Share Posted March 28, 2016 guiCheckBoxGetSelected : يرجع لك ان كان الشيك بوكس ترو او فولس guiCheckBoxSetSelected : تحط قيمة لـ الشيك بوكس اما فولس او ترو لو تروح للويكي تعرف Link to comment
taha201100 Posted March 28, 2016 Author Share Posted March 28, 2016 خليني اجرب اسوي واحد وارجع Link to comment
taha201100 Posted March 28, 2016 Author Share Posted March 28, 2016 سويت لوحة وضبطت بس ينفع لو مثلن كانو في 4 شيك بوكس ما ينفع يختار اكثر من وحدة فقط + راديو بوتون نفس سالفه الشات بوكس؟؟ Link to comment
#J2mes Posted March 28, 2016 Share Posted March 28, 2016 الراديو بوتن ماتقدر تحدد غير واحد اتوقع مو اكيد , لاني م استخدمه كثير Link to comment
taha201100 Posted March 28, 2016 Author Share Posted March 28, 2016 اجل ننتظر ميزو او اوسكار او دابل او او او ض +مشكور ما قصرت Link to comment
taha201100 Posted March 28, 2016 Author Share Posted March 28, 2016 خلاص تم سويتها باقي الماركر كيف يمديني اغير شفافيتية اذا ضغط زر دون ما انشىء ماركر جديد Link to comment
taha201100 Posted March 28, 2016 Author Share Posted March 28, 2016 addEventHandler("onClientGUIClick", root, function () if (source == GUIEditor.radiobutton[2]) then if ( guiRadioButtonGetSelected ( GUIEditor.radiobutton[2] ) == true ) then setWeather ( 16 ) elseif (source == GUIEditor.radiobutton[1]) then if ( guiRadioButtonGetSelected ( GUIEditor.radiobutton[1] ) == true ) then setWeather ( 2 ) end end end end ) ما ينفع الا مره وحدة ليه +وش الغلط هنا؟ setTimer ( setElementHealth, 1000, 1, thePlayer, 1 ,true ) ابيه يزيد دم الاعب كل 1 ثانيه بس ما يزيد وش السالفه Link to comment
#|_oskar_|# Posted March 29, 2016 Share Posted March 29, 2016 addEventHandler("onClientGUIClick", root, function () if (source == GUIEditor.radiobutton[2]) then if ( guiRadioButtonGetSelected ( GUIEditor.radiobutton[2] ) == true ) then setWeather ( 16 ) elseif (source == GUIEditor.radiobutton[1]) then if ( guiRadioButtonGetSelected ( GUIEditor.radiobutton[1] ) == true ) then setWeather ( 2 ) end end end end ) ما ينفع الا مره وحدة ليه +وش الغلط هنا؟ setTimer ( setElementHealth, 1000, 1, thePlayer, 1 ,true ) ابيه يزيد دم الاعب كل 1 ثانيه بس ما يزيد وش السالفه اذا حدد ع الراديو بوتون وضغط ع الزر يتغير الطقس addEventHandler("onClientGUIClick", root, function () if (source == button) then if ( guiRadioButtonGetSelected (GUIEditor.radiobutton[2]) == true ) then setWeather ( 16 ) elseif ( guiRadioButtonGetSelected ( GUIEditor.radiobutton[1] ) == true ) then setWeather ( 2) end end end) والدم سويته لك لو كتبت كلمة دم ب اف 8 يزود دمك كل ثانيه addCommandHandler ( "دم", function (thePlayer) setTimer(function() setElementHealth (thePlayer, getElementHealth(thePlayer)+2) end, 1000,0) end) Link to comment
taha201100 Posted March 29, 2016 Author Share Posted March 29, 2016 اوسكار مشكور بس انا ابي دون ما يضغط على الزر يعني مجرد ما يختارها يتغير انا ضبط معي لكن التحقق الثاني مو راضي مدري ليه والله Link to comment
#|_oskar_|# Posted March 29, 2016 Share Posted March 29, 2016 اوسكار مشكور بس انا ابي دون ما يضغط على الزر يعني مجرد ما يختارها يتغيرانا ضبط معي لكن التحقق الثاني مو راضي مدري ليه والله استخدمه زى الزر العادي بس لاتستخدم ذا الكود guiRadioButtonGetSelected ولو مافهمت قول Link to comment
taha201100 Posted March 29, 2016 Author Share Posted March 29, 2016 بجربه واشوف الوضع 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