this timer is 10 min - 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: this timer is 10 min (
/showthread.php?tid=86357)
this timer is 10 min -
gpclan - 13.07.2009
how can i make my timer from 10 min to 5 min? i know u have to lower down some numbers but this confsuing fo rme =P
Код:
SetTimer("START", 600000, 0);
thats 10 min how can i want it to
5 min
Re: this timer is 10 min -
dice7 - 13.07.2009
1000 = 1s
60 000 = 1min
60 000*5 = 5min
Re: this timer is 10 min -
Fj0rtizFredde - 13.07.2009
pawn Код:
SetTimer("START", 300000, 0);
I guess that would work
Re: this timer is 10 min -
gpclan - 13.07.2009
thx