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

    Changelog v1.1.0:
    Code:
    - Added string.rtrim, string.ltrim and string.trim.
    - Added table.copy, table.filter and table.merge.
    - Added table.sum, table.average, table.min and table.max.
    - Added calltable, setsetting and waitcondition.
    - Added Point class.
    - Added HUD class.
    - Updated userdatastringformat.
    - Fixed maxcap.
    - Fixed table.stringformat.
    - Fixed REGEX_SERVER_SAVE.
    Changelog v1.1.1:
    Code:
    - Minor fixes for HUD class.
    HUDs Class Example:

    init start
    local exampleHud = HUD:new({
    uniqueId = 'example-id',
    draggable = true,
    savePosition = true,
    dragEvent = IEVENT_LMOUSEDOWN,
    dragStopEvent = IEVENT_LMOUSEUP,
    startPosition = Point:new($worldwin.left, $worldwin.top),
    posRelativeTo = function() return Point:new($worldwin.left, $worldwin.top) end
    })

    exampleHud:bootstrap()

    function inputevents(e)
    exampleHud:handleInput(e)
    end

    setfontstyle('Tahoma', 26)
    setfillstyle('color', color(0, 0, 0, 50))
    init end

    exampleHud:run()

    addshape('roundrect', 0, 0, 150, 150, 5, 5)
    addtext('Drag Me!', 5, 52)
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  2. #22
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,578
    Reputation
    149
    Rep Power
    27
    @Raphael
    sstime() seems to be bugged (after Daylight Saving Time?)
    Code:
    10:44:16 944

  3. #23
    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
    @Raphael
    sstime() seems to be bugged (after Daylight Saving Time?)
    Code:
    10:44:16 944
    Please say expected/received result.
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  4. #24
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,578
    Reputation
    149
    Rep Power
    27
    Quote Originally Posted by Raphael View Post
    Please say expected/received result.
    Server save is at 10 CET, so at 10:44 it should start counting time to next server save.

  5. #25
    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
    Server save is at 10 CET, so at 10:44 it should start counting time to next server save.
    Oh, I see, it's off by 1 hour...
    When did this start happening?
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  6. #26
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,578
    Reputation
    149
    Rep Power
    27
    Quote Originally Posted by Raphael View Post
    Oh, I see, it's off by 1 hour...
    When did this start happening?
    Dunno, but 2 weeks for sure. I just didnt check it before. Would be good if someone else can confirm this.

  7. #27
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,578
    Reputation
    149
    Rep Power
    27
    @Raphael bump

    10:33:34 print(sstime()) result: 1586

  8. #28
    Free User
    Join Date
    May 2014
    Posts
    20
    Reputation
    10
    Rep Power
    0
    sorry for my noob question, but how I save it on the direction, as a .txt?

  9. #29
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by Abnermart View Post
    sorry for my noob question, but how I save it on the direction, as a .txt?
    It's already on the bot folder, you don't have to worry about it =D



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  10. #30
    Free User
    Join Date
    May 2014
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by RoxZin xD View Post
    It's already on the bot folder, you don't have to worry about it =D
    so i dony need to save this for ur scripts? or do i need to install it aswell cuz his link wont work

 

 

Posting Permissions

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