Rust Endless ammo

Discussion in 'Plugin Requests' started by HISHNIK__, Jan 30, 2017.

  1. Which plugin gives you infinite ammo for a weapon recharge? Cartridges are not visible in the inventory
     
  2. sorry, that's not what I wanted.

    I need to recharge when not required ammunition in the inventory
     
  3. Just to make sure I understand what you want exactly:
    Even though you have 0 ammunition in your inventory you should be able to shoot with infinite ammo? Should you reload or not?
     
  4. the ability to recharge the weapon without ammunition in the inventory
     
  5. I tried it, but it bespoknechno fired without reloading
     

  6. this
    no ammo in inventory
     
  7. My guess is that they just increased the players inventory slots and placed the ammo there. So technically the player does have ammo in his inventory(though you can not visibly see it)
     
  8. but when you create autokit, sorting is not saved
     
  9. Probably a custom plugin. Maybe when the kit is loaded it just adds those extra slots and fills them.
     
  10. I've found a solution to your request : use AntiItem plugin and set like 1k of each ammo you want like I did with HV ammo, here's my config file for the plugin :

    Code:
    {
      "Settings": {
        "Components": {
          "ammo.pistol.hv":1000,
          "ammo.rifle.hv":1000,
          "arrow.hv":1000
        },
        "Refresh Time": 120.0,
        "Use Active Item Refreshing": true
      }
    }
    Then set the permissions and that's it ! Enjoy :)