RGive

Allows you to randomly give out items to players

Total Downloads: 3,418 - First Release: Apr 10, 2015 - Last Update: Jun 2, 2018

4.6/5, 10 likes
  1. use the command in rcon it will work in game it gives permission error
     
  2. cool mod would be good if you could set to a timer on this e.g so online people every hour or so get 1 ramdom thing
     
  3. use timedexecute plugin
     
  4. Hi, I've got problem with one plugin: RGive (Random Item Give) for Rust | Oxide I've given permission "rgive.use" to group admin but still there is message "You don't have permission to use this command" when I'm trying to use it. Anybody had this problem and know fix ?
    [DOUBLEPOST=1456760118][/DOUBLEPOST]I've removed every permissions from plugin ;_; Fixed
     
  5. How did you fix it????
     
  6. ^^ me to
     
  7. Wulf

    Wulf Community Admin

    Are you sure you are in the admin group?
     
  8. yes i can do other commends admin like give - noclip and more
     
  9. Wulf

    Wulf Community Admin

    What is the exact command you used to grant the permission?

    What does 'show user yoursteamusername' show?
     
  10. User 'yogev2255 :
    player, admin

    grant group admin rgive.use
     
  11. Wulf

    Wulf Community Admin

    Try the version below. @LaserHydra, your PermissionsPrefix was using "randomgive" as the prefix, not "rgive" as the title was not RGive. I also removed the check if the permission exists before registering, as that is not the purpose for it and is unnecessary.
     

    Attached Files:

    Last edited: Mar 14, 2016
  12. ty now its work you can do like all 1h its give random item ?
     
  13. Wulf

    Wulf Community Admin

    That'd be up to Laser, this was just a quickfix.
     
  14. ok ty for the help
     
  15. You can use TimedExecute in combination with the console commands.
    [DOUBLEPOST=1457941265][/DOUBLEPOST]
    Thanks Wulf, I'll take a look when I am at home.
     
  16. LaserHydra updated RGive (Random Item Give) with a new update entry:

    2.0.2

     
  17. How can i give my players random only 1 things?
    I want to give my players random amount of random ammo or random amount of random resourses or random amount of wood etc.
    How can i do this?
     
  18. I added this for use steam ids too:

    Code:
    BasePlayer GetPlayer(string searchedPlayer, BasePlayer player)
    {
            BasePlayer p;        if ( (p = BasePlayer.activePlayerList.Find(x => x.UserIDString == searchedPlayer)) ==
                    null)
                p = BasePlayer.activePlayerList.Find(x => x.displayName.ToLower().Contains(searchedPlayer.ToLower()));        return p;
    }
    And, can U add items random skins?
     
  19. Well but you now removed the messages.
    Random skins could be added, yes.
     
  20. Pls add support for steam ids....