кιηg-αвα∂у Posted February 4, 2013 Share Posted February 4, 2013 (edited) السلام عليكم ابي اسوي عد تنازلي على الشاشة كيف ؟؟ Edited February 5, 2013 by Guest Link to comment
xX|KeMo|Xx Posted February 4, 2013 Share Posted February 4, 2013 وضح متى تبيه يبدأ مثلا لما تغط على زر حط كودك وحنا نتفهام معاه Link to comment
iPrestege Posted February 5, 2013 Share Posted February 5, 2013 قصدك مسوي تايمر وتبي تحسب التايمر كم راح عليه ؟..الخ ؟ setTimer getTimerDetails Link to comment
Max+ Posted February 5, 2013 Share Posted February 5, 2013 لآ يبي زي السيرفرات مثلآ اشتريت سوبر قنآبل يطلع لك فوق عد تنأزلي وينتهي زي كذا Timer: 5-4-3-2-1 وينتهي السوبر بولتس ~ Link to comment
iPrestege Posted February 5, 2013 Share Posted February 5, 2013 لآ يبي زي السيرفرات مثلآ اشتريت سوبر قنآبل يطلع لك فوق عد تنأزلي وينتهي زي كذا Timer: 5-4-3-2-1 وينتهي السوبر بولتس ~ dxDrawText Link to comment
hassan.k.s.a Posted February 5, 2013 Share Posted February 5, 2013 Label = guiCreateLabel(200,200,200,40,"Timer : ",false) guiSetVisible(Label,false) local num = 5 function Numper() guiSetText(Label,"Timer : "..num) num = num - 1 if num <= -2 then guiSetVisible(Label,false) killTimer(NumberTimer) num = 5 end end addEventHandler("onClientGUIClick",guiRoot,function() if source == اسم الزر then guiSetVisible(Label,true) NumberTimer = setTimer(Numper,1000,0) end end) Link to comment
кιηg-αвα∂у Posted February 5, 2013 Author Share Posted February 5, 2013 هاذه مثال من مهمة البنك setTextRobber("Will try to open the door:[" .. getElementData(player, "Timeleft").. "] :سيتم محاولة فتح الباب") انا ابيه لما يدخل ماركر ييصير عد تنازلي Link to comment
hassan.k.s.a Posted February 5, 2013 Share Posted February 5, 2013 انا ابيه لما يدخل ماركر ييصير عد تنازلي جيب الماركر Link to comment
кιηg-αвα∂у Posted February 5, 2013 Author Share Posted February 5, 2013 انا ابيه لما يدخل ماركر ييصير عد تنازلي جيب الماركر خلاص ضبط كودك مشكور بس ليه مايوقف قتل Label = guiCreateLabel(200,200,200,40,"Timer : ",false) guiSetVisible(Label,true) local num = 5 function Numper() guiSetText(Label,"Timer : "..num) num = num - 1 setTimer(kill,5000,1) if num == 0 then guiSetVisible(Label,false) killTimer(NumberTimer) num = 5 end end function kill() triggerServerEvent("Kill", getLocalPlayer()) end guiSetVisible(endkey,true) endkey = guiCreateButton(0.1,0.4,0.1,0.15,"End",true) addEventHandler("onClientGUIClick",root,function() if source == endkey then guiSetVisible(Label,true) NumberTimer = setTimer(Numper,1000,0) end end) Link to comment
hassan.k.s.a Posted February 5, 2013 Share Posted February 5, 2013 سطر 10 استبدله بـ if num <= -2 then Link to comment
кιηg-αвα∂у Posted February 5, 2013 Author Share Posted February 5, 2013 خلاص تم الأفادة مشكور حسن وكل الي ردو 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