use the command in rcon it will work in game it gives permission error

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
-
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
-
-
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 -
-
^^ me to
-
Wulf Community Admin
-
-
Wulf Community Admin
What does 'show user yoursteamusername' show? -
player, admin
grant group admin rgive.use -
Wulf Community Admin
Attached Files:
Last edited: Mar 14, 2016 -
-
-
Wulf Community Admin
-
-
[DOUBLEPOST=1457941265][/DOUBLEPOST] -
LaserHydra updated RGive (Random Item Give) with a new update entry:
2.0.2
-
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? -
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; }
-
Random skins could be added, yes. -
Pls add support for steam ids....