Signup Now
Results 1 to 5 of 5

Thread: alert

  1. #1
    Free User
    Join Date
    Mar 2015
    Posts
    22
    Reputation
    10
    Rep Power
    0

    alert

    how can i make a script to alert me when my supply is low like 500 arrows because i have an action to supply check then if low to go to label exit and an action there for closeclient()

  2. #2
    Free User Mrozu's Avatar
    Join Date
    Oct 2014
    Location
    Lukow/Siedlce/Poland
    Posts
    140
    Reputation
    18
    Rep Power
    20
    Try this:


    init start
    local Ammo = getuseroption('Ammoname')
    local NeedAmmo = getuseroption('maxAmmo')
    local Main = getuseroption('mainBp') --- name of Backpack with Ammunition
    init end

    auto(200)
    if itemcount(Ammo, Main) < NeedAmmo then
    beep
    end
    If I Helped, REP +


    ---------------------------------------------------------------------------------------------------------------------------

  3. #3
    Free User
    Join Date
    Mar 2015
    Posts
    22
    Reputation
    10
    Rep Power
    0
    i have like 4 bps of ammo so how would i do that? can i put t on a hotkey? @Mrozu

  4. #4
    Free User
    Join Date
    Mar 2015
    Posts
    22
    Reputation
    10
    Rep Power
    0
    helpppp

  5. #5
    Free User Mrozu's Avatar
    Join Date
    Oct 2014
    Location
    Lukow/Siedlce/Poland
    Posts
    140
    Reputation
    18
    Rep Power
    20
    Quote Originally Posted by felipaozera View Post
    i have like 4 bps of ammo so how would i do that? can i put t on a hotkey? @Mrozu
    Ur botek buying 4 bp's of Ammo per 1 refil? Is it OT?
    If I Helped, REP +


    ---------------------------------------------------------------------------------------------------------------------------

 

 

Posting Permissions

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