+1 on sleeper kills being displayed. I noticed there is a plugin that shows admins the name/owner of a sleeper and was thinking there must be a way to get a message showing who killed what sleeper. Any luck on this?
Death API [Unmaintained]
Discussion in 'Plugin Support' started by Hatemail, Jan 20, 2014.
-
-
-
I believe that your plugin is causing this error
Code:ERROR: A .NET exception was thrown trying to call static function Find on NetUser! ERROR: invalid arguments to method call (@) ERROR: nil
Code:if bp:find(k) then
-
-
lol I read string not static sorry @Hatemail
-
I was looking to add death handler but I want to remove the killer from the text. how would I do that?
-
line 308
Code:self:notifyDeath(damage.attacker.client.netUser.displayName .. " killed " .. damage.victim.client.netUser.displayName .. weaponMsg .. " with a " .. v)Change toself:notifyDeath(damage.victim.client.netUser.displayName .. " Died " .. weaponMsg .. " with a to their " .. v)line 285 287 need to change by with an with a to by a by anGoodLuck!
-
I would love to see this plugin be given the ability to display NPCs killing players. Note that it'd be best if this feature is added to have the configuration options separate from the player killed animal options. If this is already implement, I've not seen any sign of it.
-
It's all goood.I just want to shengji.
-
Is there any chance to show the area someone get killed?
Got a pvp arena - and want to show it only if someone get killed there like "killed in pvp-arena"
regards -
hello,
how can I get the steamid of the attacker / victim? -
-
Be great if you could toggle this on and off. That way, the console isn't spammed with messages all the time. Good to have it turned on during PvP times and off during PvE times for servers running both types.
-
Thanks for the plugin, would be great if distance was added also.
-
Great plugin. Would it be possible to have the file output formatted in json?
-
Will I be adding it to the plugin no. -
I guess it has something to do with
Code:if ap == "PM:" then timeSplit[1] = tonumber( timeSplit[1] ) + 12 end
Edit:
Would this work? Can't test it atm
Code:if ap == "PM:" then if timeSplit[1] ~= 0 then timeSplit[1] = tonumber( timeSplit[1] ) + 12 end end
Last edited by a moderator: Feb 12, 2014 -
Doesn't seem to log sleeper kills. As those ppl aren't online, so it doesn't get their SteamID.
-