Jump to content

HD Scripts

Members
  • Posts

    183
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by HD Scripts

  1. works... but tell:

    You have been logged in for 0 minutes.

    #edit

    I fixed it ...

    looked like this:

    
    - script Online1min -1,{
    
    OnPCLoginEvent:X:
    sleep2 60000;
    set @loggedtime, @loggedtime + 1;
    set @logtimeupdate, @logtimeupdate + 1;
    if ( @logtimeupdate >= 1 ) {
    
    dispbottom "You have been logged in for " + @loggedtime + " minutes.";
    }
    goto X;
    end;
    
    OnPCLogoutEvent:
    set @logtimeupdate, 0;
    }
    

    operating at every 1 minute, and counting correctly.

    log out, resets the count and when log in again, begins to tell ...

    thanks man, helped me a lot.

    * ------ *

    and thanks to @ Tribbiani for the help too.

    can close

  2. i go try this, edit here if not works '-'

    Ok, it works...

    I wanted to happen to that information every 1 minute

    in this case, placing a OnTimer60000:

    I tried this but no success;/

    as it does?

  3. hello '-'

    I know how to put a time on a script ...

    I think it would be something like:

    OnPCLoginEvent:
    set minute,minute +1;
    dispbottom "Time logged: " + minute + " minute";
    end;
    

    but this does not work, someone has an idea?

  4. Hello.

    First, I apologize for my English ...

    I'm with a doubt, as I do for when you advertise with "announce"

    automatically, leaving a sound?

    some function?

    there is the command

    @sound

    , but want to know if you can put this command into the

    BUILDIN_FUNC (announce)

    something easier?

    thank's for your help '-'

×
×
  • Create New...