Help with timer
#2

i think ill be adding this to my signature soon. added

Код:
SetTimer("function", timeinmilliseconds, repeating);
Function

Код:
forward functionnamehere();
public functionnamehere(){
//what the function does here
return 1;
}
Milliseconds

1 second = 1000 milliseconds
1 minute = 60000 milliseconds

you can use maths in your SetTimer("MyFunction", 10*60000, 0);

Repeating

1 = yes
0 = no
Reply


Messages In This Thread
Help with timer - by [eF]ThundeR - 15.04.2010, 11:33
Re: Help with timer - by adsy - 15.04.2010, 11:37
Re: Help with timer - by [eF]ThundeR - 15.04.2010, 11:56
Re: Help with timer - by adsy - 15.04.2010, 19:09
Re: Help with timer - by Adil - 15.04.2010, 19:33
Re: Help with timer - by [eF]ThundeR - 17.04.2010, 15:13
Re: Help with timer - by Adil - 17.04.2010, 17:35
Re: Help with timer - by FUNExtreme - 17.04.2010, 17:37
Re: Help with timer - by Adil - 17.04.2010, 17:45
Re: Help with timer - by FUNExtreme - 17.04.2010, 17:49

Forum Jump:


Users browsing this thread: 1 Guest(s)