How can i add time to my script?
Like it should logout every (x) minuts
and stop after (y) minuts
but i don't know how i can add the time?
can someone plz tell me the procedures
tyvm
How can i add time to my script?
Like it should logout every (x) minuts
and stop after (y) minuts
but i don't know how i can add the time?
can someone plz tell me the procedures
tyvm
SCAR Code:marktime(...);
... = an integer variable
That starts counting the time from wherever you call it, in ms (1000 ms = 1 sec).
SCAR Code:TimeFromMark(....)
... = an integer variable that you have used with marktime before.
Returns the amount of ms since the marktime.
Thx it works xD
There are currently 1 users browsing this thread. (0 members and 1 guests)