Jump to content
  • 0

Yo help me (Countdown)


ZTzTopiaa

Question

function sleep(s)
   cd = s + 1
   cdrep()
end
function cdrep()
   gg.sleep(1000)
   cd = cd - 1
   gg.toast(cd)
      if cd > 0 then
         cdrep()
      end
end

Hey guys help me fix it

how to add like sleep(2.5), sleep(10.5), ETC

is only can sleep(2), sleep(10), ETC

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.