1. Getting this error

    [04/09/2016 16:48:17] [Oxide] 16:48 [Error] Failed to call hook 'Unload' on plugin 'PlayerInformations v1.0.5' (NullReferenceException: Object reference not set to an instance of an object)
     
  2. This happens everytime a player disconnects

    Code:
    [Oxide] 23:10 [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'PlayerInformations v1.0.5' (NullReferenceException: Object reference not set to an instance of an object)
    [Oxide] 23:10 [Debug]   at Oxide.Plugins.PlayerInformations.RecordLastSeen (.BasePlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PlayerInformations.OnPlayerDisconnected (.BasePlayer player) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.PlayerInformations.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
     
  3. 'OnPlayerDisconnected' on plugin 'PlayerInformations

    how to solve this error ?
     
  4. That's not really an error. Or is their more to the error. I'm not having any issue
     
  5. use PlayerInformations from the Covalence Plugin section
     
  6. Code:
    [07/23/2016 03:50:35] [Oxide] 03:50 [Error] Failed to call hook 'OnEntityDeath' on plugin 'PlayerInformations v1.0.5' (NullReferenceException: Object reference not set to an instance of an object)
    [07/23/2016 03:51:47] [Oxide] 03:51 [Error] Failed to call hook 'OnPlayerInit' on plugin 'PlayerInformations v1.0.5' (NullReferenceException: Object reference not set to an instance of an object)
    [07/23/2016 03:53:15] [Oxide] 03:53 [Error] Failed to call hook 'OnEntityDeath' on plugin 'PlayerInformations v1.0.5' (NullReferenceException: Object reference not set to an instance of an object)
    [07/23/2016 03:54:13] [Oxide] 03:54 [Error] Failed to call hook 'OnPlayerInit' on plugin 'PlayerInformations v1.0.5' (NullReferenceException: Object reference not set to an instance of an object)
    [07/23/2016 03:54:24] [Oxide] 03:54 [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'PlayerInformations v1.0.5' (NullReferenceException: Object reference not set to an instance of an object)
    [07/23/2016 03:58:06] [Oxide] 03:58 [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'PlayerInformations v1.0.5' (NullReferenceException: Object reference not set to an instance of an object)
    [07/23/2016 04:03:48] [Oxide] 04:03 [Error] Failed to call hook 'OnPlayerInit' on plugin 'PlayerInformations v1.0.5' (NullReferenceException: Object reference not set to an instance of an object)
    [07/23/2016 04:05:24] [Oxide] 04:05 [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'PlayerInformations v1.0.5' (NullReferenceException: Object reference not set to an instance of an object)
    [07/23/2016 04:08:39] [Oxide] 04:08 [Error] Failed to call hook 'OnPlayerDisconnected' on plugin 'PlayerInformations v1.0.5' (NullReferenceException: Object reference not set to an instance of an object)
    
     
  7. This plugin has been recreated as an universal plugin which can be found here: Player Informations | Oxide
    Please update to the version available there.
     
  8. also the playerdatabase from the universal plugin
     
  9. help me please
    Code:
    [Oxide] 17:44 [Info] Loaded plugin PlayerInformations v1.0.5 by Reneb
    [Oxide] 17:44 [Warning] Missing plugin name prefix 'playerinformations.' for permission 'canips' (by plugin 'PlayerInformations')
    [Oxide] 17:44 [Warning] Missing plugin name prefix 'playerinformations.' for permission 'cannames' (by plugin 'PlayerInformations')
    [Oxide] 17:44 [Warning] Missing plugin name prefix 'playerinformations.' for permission 'canlastseen' (by plugin 'PlayerInformations')
    
     
  10. nothing to help here.
     
  11. Here you go I will help but make sure you delete the config first before uploading this
     
  12. Thank you
     
  13. Code:
    [Oxide] 10:49 [Error] PlayerInformations.cs(300,38): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a definition for `GetOnlinePlayer' and no extension method `GetOnlinePlayer' of type `Oxide.Core.Libraries.Covalence.IPlayerManager' could be found. Are you missing an assembly refere
     
  14. This file fix this error (at least for me)
     
  15. Wulf

    Wulf Community Admin