1. I cant seem to find what plugin this error is from, any help?
    Code:
    [SV_RPCMessage] onprojectileattack - Exception has been thrown by the target of an invocation.
    NullReferenceException: Object reference not set to an instance of an object
    Oxide.Ext.JavaScript.JavaScriptExtension.<JavaScriptExtension>m__0 (System.Exception ex)
    Oxide.Core.ExceptionHandler.FormatException (System.Exception ex)
    Oxide.Core.Logging.Logger.WriteException (System.String message, System.Exception ex)
    Oxide.Core.OxideMod.LogException (System.String message, System.Exception ex)
    Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args)
    Oxide.Core.Plugins.PluginManager.CallHook (System.String hookname, System.Object[] args)
    Oxide.Core.OxideMod.CallHook (System.String hookname, System.Object[] args)
    Oxide.Core.Interface.CallHook (System.String hookname, System.Object[] args)
    BaseCombatEntity.Die (.HitInfo info)
    BasePlayer.Die (.HitInfo info)
    BaseCombatEntity.Hurt (.HitInfo info, Boolean useProtection)
    BasePlayer.Hurt (.HitInfo info, Boolean useProtection)
    BaseCombatEntity.OnAttacked (.HitInfo info)
    BasePlayer.OnAttacked (.HitInfo info)
    BasePlayer.SharedProjectileAttack (.HitInfo info)
    BasePlayer.OnProjectileAttack (RPCMessage msg)
    System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
    Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
    System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
    System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters)
    BaseEntity+<FindRPCMessage>c__AnonStorey21.<>m__53 (RPCMessage rpcMsg)
    BaseEntity.SV_RPCMessage (UInt32 nameID, Network.Message message)
    UnityEngine.Debug:LogException(Exception)
    BaseEntity:SV_RPCMessage(UInt32, Message)
    ServerMgr:OnRPCMessage(Message)
    ServerMgr:OnNetworkMessage(Message)
    Network.Implementation.Raknet.Server:ConnectedPacket(RaknetConnection)
    Network.Implementation.Raknet.Server:Cycle()
    ServerMgr:Update()
     
  2. What javascript plugins do you have installed?
     
  3. I add the plugins through a panel that my hosting gives, so im uncertain.
     
  4. Then I cannot help you.
     
  5. So that could be the only problem?