Posts: 844
Threads: 32
Joined: Apr 2009
Reputation:
0
new hours,minutes,seconds;
Gettime(hours,minutes,seconds);
sumthing like that? i dno :P
Posts: 2,175
Threads: 235
Joined: Sep 2009
Reputation:
0
no -.- i mean in a timer ... im making a command /bombcar second .. i have 2 get the second in millisecond
this 1000*60*5 in the set timer is 5 minute how to get seconds ? what i have 2 change
Posts: 150
Threads: 14
Joined: Sep 2010
1000 - a second
so SECOND + 3 zeros
Posts: 2,175
Threads: 235
Joined: Sep 2009
Reputation:
0
solved its 1000*seconds like 1000*5 = 5000 millisec so 5 sec
Posts: 844
Threads: 32
Joined: Apr 2009
Reputation:
0
is it a countdown with textdraws or summing or just a timer? coz with a timer u can just put in 5000 :P
Posts: 2,175
Threads: 235
Joined: Sep 2009
Reputation:
0
i have to make a command so player cant put 5000 but only 5 ...
Posts: 844
Threads: 32
Joined: Apr 2009
Reputation:
0
oh, you could do if ur using sscanf sometihng like ((((time*1000)))) ( 5x1000 = 5000)