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!
Death API [Unmaintained]
Discussion in 'Plugin Support' started by Hatemail, Jan 20, 2014.
-
-
Because sometimes chatting several users at once and disappear if there are other messages nonstop killing zombies jejeje
-
-
Ok Thanks. Sorry my english.
-
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! -
go to the deathhandler.cfg file located in \oxide\data
and then look for weapon false and make it say weapon true -
-
-
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] -
Is there a way to set this to specify only headshot kills from PvP?
-
Hatemail updated Death Handler with a new update entry:
FileLog, AdminLog, ConsoleLog and config version control
-
Works but logs only seem to update on server restarts or on a really long delay
-
Hatemail updated Death Handler with a new update entry:
Bug fix's, and body part notifications!
-
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 -
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..
-
Code:if (self.Config.weapon == true and self.Config.bodyPart = true) then
Currect code
Code:if (self.Config.weapon == true and self.Config.bodyPart == true) then
-
i have installed the lua file but i get no config file created is there a place i can down load it from?
-