Checkmate Posted July 3, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Share Posted July 3, 2014 Hye all... Can anyone help me how to read this.. Or can give some explanation about this?..? if((gettime(6)==10 && (gettime(5)==24 || gettime(5)==25))==0) { What actually that script saying?..? Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 3, 2014 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted July 3, 2014 See: Gettime There's also doc/script_commands.txt for any questions about script commands. Quote Link to comment Share on other sites More sharing options...
Checkmate Posted July 3, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted July 3, 2014 See: GettimeThere's also doc/script_commands.txt for any questions about script commands. Thx sir..... Im looking for this explanation... But how to detect the number if gettime(6)==10 Cuz there was no 10 in the list?..? Seconds (0 - 59) Minutes (0 - 59) Hours (0 - 23) Day of Week (0: Sunday - 6: Saturday) Day of Month (1 - 31) Month (1 - 12) Year (1970 - 2038) Day of Year (1 - 366) Quote Link to comment Share on other sites More sharing options...
williamII Posted July 3, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 343 Reputation: 15 Joined: 11/21/11 Last Seen: 16 minutes ago Share Posted July 3, 2014 gettime(6)==10 (6) is Month and 10 is referred to october Quote Link to comment Share on other sites More sharing options...
Checkmate Posted July 11, 2014 Group: Members Topic Count: 96 Topics Per Day: 0.02 Content Count: 554 Reputation: 14 Joined: 09/24/12 Last Seen: November 20, 2024 Author Share Posted July 11, 2014 gettime(6)==10 (6) is Month and 10 is referred to october Thx sir for this... Now i got some explanation... THx for both of you for showing me how to read this.. ^ ^ Quote Link to comment Share on other sites More sharing options...
Question
Checkmate
Hye all... Can anyone help me how to read this.. Or can give some explanation about this?..?
What actually that script saying?..?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.