15 minute timer
#1

SetTimerEx("TempVip", 10000, false, "i", playerid);

How long is 10000 i need that into 15 minutes!
Reply
#2

10000 Milliseconds = 10 Seconds

900000 Milliseconds = 15 Minutes
Reply
#3

Thanks RPG, :P

My calc on my PC kept freezing :O!

p.s u sure its not 9,000,000? (no commas)
Reply
#4

no commas

Код:
SetTimerEx("TempVip", 900000, false, "i", playerid);
Reply
#5

Confirmed: 900000 for 15 minutes.
1000 is one second, so start calculating every time from that one. 1000 * 60 = 60000 (1 minute) * 15 = 900000 (15 minutes, since 1 minute * 15).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)