Signup Now
Results 1 to 7 of 7

Thread: add friend

  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0

    add friend

    hello i wanna edit this script to add friend safe list name someone can help me, here is script

    Code:
    auto(500)
    if getuseroption("PlayerAlert") and $wptsection == "Hunt" and paround(10) > 0 then
    	playsound('playeronscreen.wav')
    	beep()
    	wait(1000,2000)
    end

  2. #2
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    local safelist = {"bubble", "cachero"}

    auto(500)
    if getuseroption("PlayerAlert") and $wptsection == "Hunt" and paroundignore(7, unpack(safelist)) > 0 then
    playsound('playeronscreen.wav')
    beep()
    wait(1000,2000)
    end
    Last edited by Donatello; 03-15-2017 at 04:00 PM.

  3. #3
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    don't work idk why, but thx for try help
    Last edited by seebaa; 03-14-2017 at 03:12 AM.

  4. #4
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    script alarm work good but safelist don't work

  5. #5
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    Quote Originally Posted by seebaa View Post
    script alarm work good but safelist don't work
    check my older post, i edited it with a working code.

  6. #6
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    toomorow i will check it ;*

  7. #7
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    work good thx ;***

 

 

Posting Permissions

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