Signup Now
Results 1 to 4 of 4

Thread: auto mount?

  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    90
    Reputation
    20
    Rep Power
    21

    auto mount?

    how must i do to get auto mount?

  2. #2
    Banned
    Join Date
    Dec 2013
    Location
    Porto Alegre - RS
    Posts
    524
    Reputation
    61
    Rep Power
    0
    Add to a Persistent Hotkey


    Code:
    auto(1000, 2500)
    if not ($inpz or $mounted) then 
        mount()
    end

    This image is hosted on a possibly dangerous website (http://puu.sh/5IMLz.png). Please consider reuploading it on Imgur.com.


  3. #3
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    if (not $mounted and not $pzone) then
    mount()
    end

  4. #4
    Free User
    Join Date
    Dec 2013
    Posts
    90
    Reputation
    20
    Rep Power
    21
    very useful thanks user not found and roxzin xd !!!

 

 

Posting Permissions

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