Question?
#1

How to make this timer 5minutes ? SetTimerEx("bankrob", 600000, false, "i", playerid);
Reply
#2

Well you currently have it set to 10 minutes which is 600,000 milliseconds, therefore 300,000 milliseconds is 5 minutes.
Reply
#3

A minute is 60 seconds, a second is 1000 miliseconds, so a minute is 60,000 miliseconds. Use '60000*minutes' - 'minutes' being how many minutes, so for example

pawn Код:
SetTimerEx("bankrob", 60000*5, false, "i", playerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)