1. Is it possible Messages may appear as notice and not in the chat? I tried changing rust.BroadcastChat by rust.Notice but then no messages appear. Thanks a lot for your job!
     
  2. That's possible, but why would you prefer that over chat?
     
  3. Because sometimes chatting several users at once and disappear if there are other messages nonstop killing zombies jejeje
     
  4. Try turning off the zombie kill messages instead "jejeje"?
     
  5. Ok Thanks. Sorry my english.
     
  6. Maybe I have missed it, but our server shows the death announcements, but not the weapon name or symbol, how do I enable this?

    Thank you!
     
  7. go to the deathhandler.cfg file located in \oxide\data
    and then look for weapon false and make it say weapon true
     
  8. you might have an outdated config or plugin version. Replace your death handler lua with the latest version and delete the cfg file. In game you can change all settings by typing /death setting value I'd suggest looking at the resource page.
     
  9. Unless there's an easier way to do this, what about adding a version number to the text file so a newer version of the plugin will either create a new text file/replace the content or at least print to oxidelog.txt that the text file needs to be replaced?
     
  10. I was at work when I typed that so I didn't have much time and was on mobile.

    Also... You read my mind, I was going to have a version number in the config and if the version number was out dated I would keep all old values and update the config with any new options. I plan to have this out tonight and a few other things.[DOUBLEPOST=1390524859][/DOUBLEPOST]
    I don't know if everyone would like to be spammed by notices, I'll make it a config options and default it to false.
     
  11. Is there a way to set this to specify only headshot kills from PvP?
     
  12. Hatemail updated Death Handler with a new update entry:

    FileLog, AdminLog, ConsoleLog and config version control

     
  13. Works but logs only seem to update on server restarts or on a really long delay
     
  14. DoM

    DoM

    I changed it to use notice.inventory on deaths. It's smaller and quicker then notices and doesn't take up lines in chat. :)
    Good work @Hatemail . Keep it up![DOUBLEPOST=1390550699][/DOUBLEPOST]Next time don't forget to update the version number in the lua!! You trying to make me doubt myself. I was like I KNOW I UPDATED TO 1.4!
     
    Last edited by a moderator: Jan 24, 2014
  15. Clanforge doesn't seem to give me the ability to modify the config file - I only want it to appear on admin consoles and not send to all, but it seems to forcesend..
     
  16. DoM

    DoM

    Found a error. Line 309
    Code:
    if (self.Config.weapon == true and self.Config.bodyPart = true) then
    Your missing a (=) after self.Config.bodyPart
    Currect code
    Code:
    if (self.Config.weapon == true and self.Config.bodyPart == true) then
     
  17.  
  18. i have installed the lua file but i get no config file created is there a place i can down load it from?
     
  19. Same problem, installed the lua file, started server, does not work and no config file