Just one simple question about time
#1

What number i need to use in timer to be REAL 60MINS
Code:
SetTimer("Paycheck", 360000, true);
i just wanna to ask how to make this timer count 60min (real time)
Reply
#2

Timer is on miliseconds, so 60 minutes = 3600000 miliseconds.

pawn Code:
SetTimer("Paycheck", 3600000, true);
You were missing a '0' xD
Reply
#3

Quote:
Originally Posted by Fedee!
Timer is on miliseconds, so 60 minutes = 3600000 miliseconds.

pawn Code:
SetTimer("Paycheck", 3600000, true);
You were missing a '0' xD
That is all i was need thank you alot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)