Jump to content

إحتلال تيمات


Recommended Posts

السلام عليكم ورحمة الله وبركاتة

كيفكمم شباب إن شاء الله بخير

أنا مسوي سكربت إحتلال التيم هو شغال تمام أنا مسويه بتايمر ( وقت ) تقف بالأرض مثلاً 5 دقائق تصير لون الأرض

علي لون التيم حقك الحين أبي بدل مايكون بوقت يصير كذا

1% 2% 3% 4% 5% 6% 7% 8% 9%

حتي يصل لـ 100% وش أستخدم عشان أسويها ؟

وشكراً لكم علي كل حال

Link to comment
^

هاد موضوع لك

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

عشان تحول التايمر او أي وقت الى نسبة مئويه

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
عشان تحول التايمر او أي وقت الى نسبة مئويه
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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...