SA-MP Forums Archive
CountDown - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: CountDown (/showthread.php?tid=165626)



CountDown - Nonameman - 05.08.2010

Hey Guys!

I wanna create a countdown, and the time I wanna start from is 1hour.
What's the easiest way to do it?

Nonameman


Re: CountDown - Hiddos - 05.08.2010

Set a timer from 60*60*1000 :P


Re: CountDown - Conroy - 05.08.2010

Set a timer every minute, and put the countdown to 60.

Treat it like seconds.

EDIT: Hiddos got his revenge.


Re: CountDown - Nonameman - 05.08.2010

Quote:
Originally Posted by Conroy
Посмотреть сообщение
Set a timer every minute, and put the countdown to 60.

Treat it like seconds.

EDIT: Hiddos got his revenge.
Thanks, but I wanna show the seconds too
I know how to do it, but it's a bit hard, and I hope someone know an easier way.