Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    May 2014
    Posts
    101
    Reputation
    12
    Rep Power
    21

    Alert if high ping

    Hello. I got some random kicks and need a hotkey to try trace this.
    I found this Elfbot hotkey and I don't know how to make something similar.

    Code:
    auto 100 if [$ping > 400] {playsound 'monster.wav' | flash | wait 900}

  2. #2
    Free User
    Join Date
    Mar 2014
    Posts
    16
    Reputation
    10
    Rep Power
    0
    auto(100)
    if $ping > 400 then
    playsound('monster.wav')
    end

    Try this

 

 

Posting Permissions

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