The error is above the debug show it to me.
PrivateMessages
Moved
Total Downloads: 1,220 - First Release: Aug 4, 2016 - Last Update: Mar 18, 2017
- 5/5, 4 likes
-
Code:[Oxide] 23:48 [Error] Failed to run command 'pm' on plugin 'PrivateMessages v0.3.1' (NullReferenceException: Object reference not set to an instance of an object)
-
@PaiN @Austinv900 or @Wulf Could one of you guys fix this error please.
Code:[Oxide] 23:48 [Error] Failed to run command 'pm' on plugin 'PrivateMessages v0.3.1' (NullReferenceException: Object reference not set to an instance of an object)
-
Wulf Community Admin
Attached Files:
-
-
Code:[Oxide] 14:15 [Error] Failed to run command 'pm' on plugin 'PrivateMessages v0.3.2' (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.)
-
[Oxide] 5:02 PM [Error] PrivateMessages plugin failed to compile!
[Oxide] 5:02 PM [Error] PrivateMessages.cs(170,35): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayer' does not contain a definition for `Id' and no extension method `Id' of type `Oxide.Core.Libraries.Covalence.IPlayer' could be found. Are you missing an assembly reference? -
Wulf Community Admin
-
i dont know how to update
-
drag and place it inside of your server folder.
Or if you've a host then shutdown your server uninstall oxide and then install it again -
Wulf Community Admin
-
Why can't players PM Admins ?
-
-
Line 81 : players.FindPlayer(args[0]) ?? null;
FindPLayer() search only for players and not admin -
-
IPlayer target = players.FindPlayer(args[0]) ?? null;
if (target == null)
{
player.Message(LangMsg("PLAYER_NOT_FOUND", player.Id));
return;
} -
-
Any way you can put out an update stopping spams? People are macro spamming with the plugin.
-
-
PaiN updated Private Messages with a new update entry:
0.4.0