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

GhostIeader

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral

About GhostIeader

  • Rank
    On the Coast
  1. GhostIeader

    Cleanup of dead players bodys

    Found the file- so what's the proper way to modify this function to change the time before despawn? void OnClientRespawnEvent(PlayerIdentity identity, PlayerBase player) { if(player) { if (player.IsUnconscious() || player.IsRestrained()) { player.SetHealth("", "", 0.0); } } }
  2. GhostIeader

    Cleanup of dead players bodys

    Where is missionServer.c located?
×