SyringeDenerf

De-nerf Syringes

Total Downloads: 1,366 - First Release: Apr 3, 2016 - Last Update: Jan 24, 2017

5/5, 11 likes
  1. ignignokt84 submitted a new resource:

    SyringeDenerf - De-nerf Syringes

    Read more about this resource...
     
  2. Wulf

    Wulf Community Admin

    Just a suggestion, but the majority of your using statements are not used, I'd recommend removing the unused ones.

    Also, this plugin is very similar to Pills Here for Rust | Oxide, not sure if you saw it or not.
     
  3. a question out of interest, cause learning atm to get used to oxide api .

    Where did you got that "OnHealingItemUse " hook ?
     
  4. Wulf

    Wulf Community Admin

    It's in the Docs: Rust.
     
  5. well. im pretty blind.
     
  6. Thanks for the recommendation - I will clean up the unused "using" statements. Also, I had not seen the "Pills Here for Rust" plugin, but good to know it's available also.
     
  7. is there any easy way to see what are used statements? Like on develop a win. form app at Visual studio, the programm shows you those things.
    can i somehow use oxide_master folder for that ?
     
  8. thanks for plugin, but...
    Can anyone explain to me why so many libraries? (using ...)?
    This plugin work fine with
    Code:
    using System;
    using UnityEngine;
    using Oxide.Core;
    using Rust;
    I just delete unusing libraries like
    Code:
    using System.Collections.Generic;
    using System.Reflection;
    using System.Data;
    using System.Text.RegularExpressions;
    using System.Linq;
    using Oxide.Core.Plugins;
    Why are they here?
     
  9. ignignokt84 updated SyringeDenerf with a new update entry:

    0.1.1


    [DOUBLEPOST=1459778264,1459767197][/DOUBLEPOST]
    Because I copied code from another of my plugins as a template to create this plugin, and didn't bother to clean it up.
     
  10. ignignokt84 updated SyringeDenerf with a new update entry:

    0.1.2

     
  11. can u make this configurable... like if we want the 35 all at once for example ... just to set it at what we want for our servers?
     
  12. ignignokt84 updated SyringeDenerf with a new update entry:

    0.1.3

     
  13. can you make Permissions to give some one or group
     
  14. ignignokt84 updated SyringeDenerf with a new update entry:

    0.1.4

     
  15. Hello, I was wondering if you could possibly create a similar mod, but for bandages? I think everyone would love a mod where you could have config control over the healing amount of bandages (and/or MedKits)... You could choose if it heals health, bleeding, radiation, food, hydration, etc. and by how much.

    I would call it BandageBuff.

    I'd even like if I could set "Heal Health" to -100 so I could walk up, wrap some bandages around their face and they die. Haha. Like strangulation roleplay!
     
  16. Wulf

    Wulf Community Admin

    I'd recommend posting under the Plugin Requests forum section.