1. here my log: http://pastebin.com/hdsGb9gE

    no errors on it
     
  2. maybe the problem are the wine emulated on linux,thx
     
  3. Line 188
    replace this:

    return math.sqrt(math.pow(p1.x - p2.x,2) + math.pow(p1.y - p2.y,2) + math.pow(p1.z - p2.z,2)) end

    with this:

    return math.ceil(Rust.TransformHelpers.Dist2D(p1, p2)) end

    Let me know if that works out for u.
     
  4. You are my god men very very thnx now work good, i can see and ban tthe cheaters in my server, very thx =D
     
  5. nice to hear it worked, btw donations are always welcome.
     
  6. any solution for my problem?
     
  7. type /death in game if nothing happens it means the plugin didn't load. If so just do a clean install and delete the config and the plugin and put a fresh copy out there.
     
  8. typed /death and said "No Config found!" but the config is on the data folder
     
  9. can u edit the lua file?
     
  10. yes i can but i do not edited
     
  11. have u deleted your config and allowed one to be created for you? Delete config and then do a plugin reload.[DOUBLEPOST=1402615305,1402601778][/DOUBLEPOST]
    after the end on line 161 add this:
    print("DeathMessage" .. message)
    reload the plugin and then go kill someone and kill a few animals and suicide once that is done. Upload your server log for me.
     
  12. Code:
      if self.Config.logToFile then
         if useSwitch then
           message = self:BuildDeathMessage(self:GetMessageConfig(switch),tagInformation)
         else
           message = self:BuildDeathMessage(self.Config.logDeathMessage,tagInformation)
         end
         if (startDateTime ~= System.DateTime.Now:ToString("MM/dd/yyyy")) then
           self:LoadLog()
         end
         table.insert( fileLog.text, System.DateTime.Now:ToString("hh:mm tt") .. " " .. message)
         fileLog.save()
        
       end
       print("DeathMessage" .. message)
    end
    
    like this?

    EDIT: i have done this and nothing happened still not displaying here my log: http://pastebin.com/xce4Bnum
     
    Last edited by a moderator: Jun 13, 2014
  13. Can someone help me or give advice please.

    I had some guy shooting out the range limit of a gun. I was forced to ban this guy or alienate players on my server.

    10:51 AM ID_DRU killed -Remlap (P250) with a hit to their hip at 121m

    Is this possible or a common thing or was i right to ban him?
     
  14. If it is something that is repeated aka like back to back, yes you were right to ban him. If it was just a one time thing no because sometimes distance can be off by a little bit.
     
  15. OK thanks

    btw i started a convo so ignore it since your reply was so fast.
     
  16. We're running Oxide 1.18 and this was lagging the server something fierce. I had to delete it completely. It was throwing some errors. I would love to run this on the server but we couldn't handle the lag. I wish i got the error saved to post it for you. Once i deleted the plugin it returned to normal. Is there somewhere i could look to see the errors and post them for you? Im just a admin on the server and the owner is out of town. I dont know where else to turn.
     
  17. Wulf

    Wulf Community Admin

    Generally you'd need access to the server's file system or the host's control panel to get the Oxide log files, which are under save/oxide/logs.
     
  18. Code:
    11:01 AM: Loading plugins...
    11:01 AM: Loading Admin Door V: 1.0.5...
    11:01 AM: Loading Death Handler V: 1.6.2 ...
    11:01 AM: Flags plugin loaded
    11:01 AM: ERROR: Failed to load plugin list
    : NLua.Exceptions.LuaScriptException: [string "list.lua"]:10: attempt to call global 'static_property_get' (a nil value)
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args) [0x00000] in <filename unknown>:0
      at NLua.LuaFunction.Call (System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Plugin.Load (System.String filename) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Jun 17, 2014
  19. Wulf

    Wulf Community Admin

    Please use the code tags when posting errors/logs/etc. I've updated your post this time.

    Regarding your error, that's from "list.lua", not Death Handler. I suggest removing that plugin and seeing if everything else works after.
     
  20. Not my plugin that is throwing that error, but if your looking for a players list plugin I've create one of those already.
    http://oxidemod.org/resources/players-list.70/