Hey, I can't use this script.
Oxide console logs:
Code:[Oxide] 12:27 [Error] EpicPlugin plugin failed to compile! [Oxide] 12:27 [Error] EpicPlugin.cs(30,50): error CS1061: Type `Oxide.Core.Libra ries.Covalence.IPlayer' does not contain a definition for `Nickname' and no exte nsion method `Nickname' of type `Oxide.Core.Libraries.Covalence.IPlayer' could b e found. Are you missing an assembly reference?
Solved IPlayer does not contain a definition for Nickname
Discussion in 'Hurtworld Development' started by 531devv, Jun 28, 2016.
-
Okey, I found a problem.
player.Nickname - its wrong.
player.Name - its good.
I have one more question, any function to add user to group? -
Wulf Community Admin
To add a user to a group, you can either run the console command or call the function directly as shown in the Docs under Permissions.