Signup Now
Page 6 of 6 FirstFirst ... 456
Results 51 to 52 of 52
  1. #51
    Free User Carnufex's Avatar
    Join Date
    Mar 2014
    Posts
    66
    Reputation
    11
    Rep Power
    21
    Quote Originally Posted by Raphael View Post
    That looks exactly like my code.
    Please point any modifications.
    Well, as I said It is your code. Modified.

    And the modification is the while loop. Which I put in lua tags above the code.

    This is your while loop, which I guess gets stuck.

    while not $connected do
    wait(90, 110)
    end

    This is the modified one:

    while not $connected do
    wait(90, 110)
    keyevent(VK_ESCAPE)
    reconnect()
    end
    Teenage mutant ninja powers.

  2. #52
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by Carnufex View Post
    Well, as I said It is your code. Modified.

    And the modification is the while loop. Which I put in lua tags above the code.

    This is your while loop, which I guess gets stuck.

    while not $connected do
    wait(90, 110)
    end

    This is the modified one:

    while not $connected do
    wait(90, 110)
    keyevent(VK_ESCAPE)
    reconnect()
    end
    Oh, I see. That doesn't seem like a very clever addition, to be honest... Anyway, read below.

    @Thread

    Script has been updated (it now tries to account for server save) and discontinued. That means it will no longer be updated nor bug-fixed.
    If you need a better solution, I'd suggest checking @Leonardo's: http://goo.gl/nbs4TA
    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
  •