Signup Now
Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 48
  1. #11
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Library updated!

    Changelog:
    Code:
    - Added tobool.
    - Added toggle.
    - Added string.fit.
    - Fixed math.round not working properly when mult ~= 1.
    - Minor internal changes.

  2. #12
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Updated again:

    Changelog:
    Code:
    - Fix string.fit.

  3. #13
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Library updated!

    Changelog:
    Code:
    - Added tostring.
    - Added userdatastringformat.
    - Added requires.
    - Added toyesno, toonezero and toonoff.
    - Added string.starts, string.ends, string.begin and string.finish.
    - Added some useful patterns.
    - Removed getnamecolor.
    - Minor internal changes.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  4. #14
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,578
    Reputation
    149
    Rep Power
    27
    I dont know if i am doing something wrong but
    print(time(sstime())) reutrns
    10:18:56, and my time is 01:41:04 atm (UTC +1)
    Should i remove 2 hours, or is it bug?
    Last edited by Imba; 01-06-2014 at 02:03 AM.

  5. #15
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by Imba View Post
    I dont know if i am doing something wrong but
    print(time(sstime())) reutrns
    10:18:56, and my time is 01:41:04 atm (UTC +1)
    Should i remove 2 hours, or is it bug?
    I was supposed to take a better look at this function...
    Try this on console:

    print(time(tosec(os.date('!%X')) + tern(math.abs(os.date('*t').yday - 187) < 46, 7200, 3600) % 86400))
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  6. #16
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,578
    Reputation
    149
    Rep Power
    27
    Console output for
    print(time(tosec(os.date('!%X')) + tern(math.abs(os.date('*t').yday - 187) < 46, 7200, 3600) % 86400))


    23:51:47 23:51:47

  7. #17
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by Imba View Post
    Console output for
    print(time(tosec(os.date('!%X')) + tern(math.abs(os.date('*t').yday - 187) < 46, 7200, 3600) % 86400))


    23:51:47 23:51:47
    Coolios, the next update should fix it then.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  8. #18
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Library updated!

    Changelog v1.0.1
    Code:
    - Fixed typos.
    - Completed CUSTOM_TYPES constant.
    Changelog v1.0.2
    Code:
    - Fixed sstime().
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  9. #19
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,578
    Reputation
    149
    Rep Power
    27
    Thanks, it is really cool function, i will just add one lineedit in user options for user's ss time for now.

  10. #20
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by Imba View Post
    Thanks, it is really cool function, i will just add one lineedit in user options for user's ss time for now.
    It's been fixed already.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

 

 

Posting Permissions

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