function bobuaou(remaining)
addEventHandler ( "onClientRender", root, bobuao )
rem = remaining
end
addEvent("moka", true)
addEventHandler("moka", getRootElement(), bobuaou)
function bobuao( )
if math.floor(rem) > 0 then
dxDrawText("Time : "..rem/60000, 574, 543, 790, 590, tocolor(255, 187, 23, 255), 1.50, "beckett", "left", "top", false, false, false, false, false)
else
removeEventHandler("onClientRender", root, bobuao)
-- هنا كمل اكوادك
end
end