SA-MP Forums Archive
[Help] How to Countdown from 10 minutes? I'm gona make a counted down Textdraw.. - 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: [Help] How to Countdown from 10 minutes? I'm gona make a counted down Textdraw.. (/showthread.php?tid=87956)



[Help] How to Countdown from 10 minutes? I'm gona make a counted down Textdraw.. - RyDeR` - 23.07.2009

My question is: How to Countdown from 10 minutes??
I'm gona make Textdraw with that and after the 10 minutes the server will be reset.. But How to count down from 10 minutes thank you..


Re: [Help] How to Countdown from 10 minutes? I'm gona make a counted down Textdraw.. - SiJ - 23.07.2009

When u type /restart start a timer which executes in 10 minutes (600000 ms) and after 10minutes do public which would execute GameModeExit(); :P


Re: [Help] How to Countdown from 10 minutes? I'm gona make a counted down Textdraw.. - RyDeR` - 23.07.2009

Quote:
Originally Posted by Justas [SiJ
]
When u type /restart start a timer which executes in 10 minutes (600000 ms) and after 10minutes do public which would execute GameModeExit(); :P
Okey thank you..