Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

SilvioDoHOTS

Members
  • Content Count

    22
  • Joined

  • Last visited

Everything posted by SilvioDoHOTS

  1. SilvioDoHOTS

    How can I turn on Deathmessage?

    There is any way that I can enable the old Deathmessage on DayZ Server 0.63? If there isn't anything by default, someone can provide a pluggin and tell me how install it, or guide me to do it? Deathmessage is the message that is shown when a player kills another on multiplayer SURVIVOR1 KILLED SURVIVOR2 WITH AN M4A1 (150m)
  2. SilvioDoHOTS

    How can I turn on Deathmessage?

    This can enable death messages showing "Player1 killed Player2.", still we figure out a way to show the gun/distance from the killer to the killed.
  3. SilvioDoHOTS

    KILL STREAK

    Just show killstreak on chat would be sick. If anyone scripts this, post it here.
  4. SilvioDoHOTS

    How can I turn on Deathmessage?

    Tried to contect them but they don't want to share knowledge.
  5. SilvioDoHOTS

    How can I turn on Deathmessage?

    Can you say how to contact this dev or how can I join the server to try reach him?
  6. SilvioDoHOTS

    Is it possibly to make more Classes?

    Yes, you can as much as you want. You just need to do it propely. Which error do you get?
  7. SilvioDoHOTS

    How can I turn on Deathmessage?

    @Mizev do you know how to do this?
  8. I made up a small pvp server for my friends in a small area. Everything works perfect, when the server is on for a while and alot of deaths happens, stack up a lot of bodies and weapons on the ground, and this causes too much lag. How can I cleanup this bodies/weapons after a while? Edit: Pic of the issue, that can provoke lag and alot of fps loss.
  9. This was discussed in another threat, and we find a solution. Closed.
  10. SilvioDoHOTS

    Cleanup of dead players bodys

    You can override on Inic.c, but you need to call this way: override void OnClientRespawnEvent(PlayerIdentity identity, PlayerBase player) { // note: player is now killed in db right after the actual kill happens /*if (GetHive() && player) { GetHive().CharacterKill(player); }*/ if(player) { if (player.IsUnconscious() || player.IsRestrained()) { // kill character player.SetHealth("", "", 0.0); } } // DELETE THE CORPSE AFTER RESPAWN GetGame().ObjectDelete(player); }
  11. SilvioDoHOTS

    Cleanup of dead players bodys

    Which file it is this method, @Sentepu?
  12. SilvioDoHOTS

    How to auto clean all items on floor after restart

    I'm not sure, but I think item related stuff is this dynamyc. So you should change <dynamic init="1" load="1" respawn="1" save="1"/> to <dynamic init="1" load="1" respawn="1" save="0"/> and try it out.
  13. SilvioDoHOTS

    Battleye System message

    Wanna know that too
  14. SilvioDoHOTS

    How to auto clean all items on floor after restart

    You should play with the values on Dayzserver/mpmissions/pvpPlus.chernarusplus/db/economy.xml There is you have the things some values. You can change save to save="0" I don't have the exactly documentation, but you should look for it on web
  15. I don't know exactly, but if isn't there, definitely it is on dayzOffline.chernarusplus/db. Since your issue is different from the one of this post, you should look into /db files explanation or open a new thread. You can also disable the dropped itens in economy.xml (it was what I did). PS for others: I have added a image of the issue on the main thread post.
  16. You can aways turn off persistence. I think it is on serverDZ.cfg
  17. On server restart is simple, just do what @philippj told above. Our problem is to clear items while the server is up.
  18. SilvioDoHOTS

    How to display player count on your server

    @robbyj it is possible to create a plugin that shows a massage everytime a player dies? If yes, can you help me with a plugin?
  19. Yes, I did. When I restart the server, the corpses disappear. But once the server is on, the corpses don't disappear. I have to restart the server again to them vanish.
  20. @philippj this is valid for weapons and dropped items too? Edit: I already changed the value to 1 <var name="CleanupLifetimeDefault" type="0" value="1"/> but the corpses don't despawn, aparently you have to move away from them to this happen. Do you know where I can change that?
  21. @philippj this is valid for weapons and dropped items too?
  22. SilvioDoHOTS

    How can I turn on Deathmessage?

    @GrosTon1 how can I show that on server's global chat? Exactly how @Mizev said.
×