Ac[T]ioN Posted June 12, 2015 Share Posted June 12, 2015 السلام عليكم ورحمة الله وبركاتة كيفكمم شباب إن شاء الله بخير أنا مسوي سكربت إحتلال التيم هو شغال تمام أنا مسويه بتايمر ( وقت ) تقف بالأرض مثلاً 5 دقائق تصير لون الأرض علي لون التيم حقك الحين أبي بدل مايكون بوقت يصير كذا 1% 2% 3% 4% 5% 6% 7% 8% 9% حتي يصل لـ 100% وش أستخدم عشان أسويها ؟ وشكراً لكم علي كل حال Link to comment
shwaeki Posted June 12, 2015 Share Posted June 12, 2015 ^ هاد موضوع لك viewtopic.php?f=160&t=88357&p=797073&hilit=%D8%A7%D8%AD%D8%AA%D9%84%D8%A7%D9%84&sid=ac4049bac9aabedb5fd48a0f17ed9741#p797073 و اعطيطك الفكشنات من قبل createColRectangle createRadarArea getPlayerTeam getTeamName "onColShapeHit" "onColShapeLeave" setTimer getElementsWithinColShape setRadarAreaFlashing setRadarAreaColor givePlayerMoney + table Link to comment
Ac[T]ioN Posted June 12, 2015 Author Share Posted June 12, 2015 ^هاد موضوع لك viewtopic.php?f=160&t=88357&p=797073&hilit=%D8%A7%D8%AD%D8%AA%D9%84%D8%A7%D9%84&sid=ac4049bac9aabedb5fd48a0f17ed9741#p797073 و اعطيطك الفكشنات من قبل createColRectangle createRadarArea getPlayerTeam getTeamName "onColShapeHit" "onColShapeLeave" setTimer getElementsWithinColShape setRadarAreaFlashing setRadarAreaColor givePlayerMoney + table سويته ياغالي ضض1 بس اللي قولت عليها هذا 1% وش أستخدم ؟ Link to comment
shwaeki Posted June 12, 2015 Share Posted June 12, 2015 استخدم table or setElementData --مع setTimer Link to comment
Ac[T]ioN Posted June 12, 2015 Author Share Posted June 12, 2015 استخدم table or setElementData --مع setTimer أها تمام كذا شكراً تم الإفادة يغلق Link to comment
ALw7sH Posted June 13, 2015 Share Posted June 13, 2015 عشان تحول التايمر او أي وقت الى نسبة مئويه function getTimePercentage(Time,fTime) -- time = كم باقي وقت - fTime = الوقت الكلي او النهائي return (Time/ftime)*100 end local Timer = setTimer(function() Timer = nil end,5*60*1000,1) addCommandHandler("percent", function() if Timer then local fTime = 5*60*1000 -- الوقت الكلي بالملي سكند local Time = getTimerDetails(timer) -- تجيب كم باقي وقت local tPercent = getTimePercentage(Time,fTime) outputChatBox(Time.." of "..fTime.." ("..tPercent.."%)") end end ) Link to comment
Ac[T]ioN Posted June 13, 2015 Author Share Posted June 13, 2015 عشان تحول التايمر او أي وقت الى نسبة مئويه function getTimePercentage(Time,fTime) -- time = كم باقي وقت - fTime = الوقت الكلي او النهائي return (Time/ftime)*100 end local Timer = setTimer(function() Timer = nil end,5*60*1000,1) addCommandHandler("percent", function() if Timer then local fTime = 5*60*1000 -- الوقت الكلي بالملي سكند local Time = getTimerDetails(timer) -- تجيب كم باقي وقت local tPercent = getTimePercentage(Time,fTime) outputChatBox(Time.." of "..fTime.." ("..tPercent.."%)") end end ) والله شكراً أفدتني تسلم ياغالي 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