here my log: http://pastebin.com/hdsGb9gE
no errors on it
Death API [Unmaintained]
Discussion in 'Plugin Support' started by Hatemail, Jan 20, 2014.
-
maybe the problem are the wine emulated on linux,thx
-
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. -
You are my god men very very thnx now work good, i can see and ban tthe cheaters in my server, very thx =D
-
-
any solution for my problem?
-
-
-
-
-
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. -
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
EDIT: i have done this and nothing happened still not displaying here my log: http://pastebin.com/xce4BnumLast edited by a moderator: Jun 13, 2014 -
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? -
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.
-
OK thanks
btw i started a convo so ignore it since your reply was so fast. -
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.
-
Wulf Community Admin
-
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 -
Wulf Community Admin
Regarding your error, that's from "list.lua", not Death Handler. I suggest removing that plugin and seeing if everything else works after. -
http://oxidemod.org/resources/players-list.70/