Hi everyone,
Can someone guide me a little maybe with a basic example of how I can access the oxide groups from Python? I want to get the list of groups the player belongs. I can create a group by using "oxide.group add [groupname]" on the console and I can also do this from Python but not get the list of groups the player belongs. There is a file call oxide.groups.data but I cannot access the information from Python.
Solved Getting list of groups a player belongs to? (Python)
Discussion in 'Rust Development' started by RedNinja1337, Mar 1, 2016.
-
Wulf Community Admin
See Oxide/Permission.cs at master · OxideMod/Oxide · GitHub.
Basically prefix the functions with "permission." and you're good to go. -
Wulf, thanks so much. I will try this as soon as I get home today.
[DOUBLEPOST=1456891281,1456863005][/DOUBLEPOST]