Posts: 943
Threads: 218
Joined: Jul 2012
Reputation:
0
how many seconds is this??
SetTimerEx(" ", 10000*2, 0, "i", playerid);
Posts: 860
Threads: 107
Joined: Dec 2010
Reputation:
0
1.000 = 1 second.
10.000 = 10 seconds.
10000*2 = 20 seconds.
Posts: 1,849
Threads: 96
Joined: Apr 2010
Reputation:
0
Timers are in milliseconds and 1000 ms = 1 second.
Therefore 10000 * 2 = 20 seconds.