Results 1 to 5 of 5

Thread: Question

  1. #1
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Question

    How can i have the script stop at a certain time?

  2. #2
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    the beginning of script do marktime(yourintegervar);

    procedure to check do

    SCAR Code:
    if thevaryousaidearlier > 19000 then // Milliseconds
        terminatescript;
    I do visit every 2-6 months

  3. #3
    Join Date
    Mar 2008
    Location
    Look behind you.
    Posts
    795
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    i knew that, but i meant like start at 6:00. if it's still running then stop at 9:00.. Not Marktime. If There's no other way, i'll go with MarkTime.

  4. #4
    Join Date
    Oct 2007
    Location
    http://ushort.us/oqmd65
    Posts
    2,605
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    getsystemtime; ?
    I do visit every 2-6 months

  5. #5
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    MarkTime uses GetSystemTime >.>

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •