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

MrJenn

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About MrJenn

  • Rank
    On the Coast

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I can't use c++ private string PlayerIdentityName = "empty"; string GetPlayerIdentityName() { return this.PlayerIdentityName; } void SetPlayerIdentityName(string name) { this.PlayerIdentityName = name; } Then added in PlayerBase -> EEKilled SurvivorBase sbKilled = this; if (killer.IsMan()) { Man manKiller = Man.Cast(killer); GetGame().ChatPlayer( 0, sbKilled.GetPlayerIdentityName() + " Killed By " + manKiller.GetIdentity().GetName()); } else { GetGame().ChatPlayer( 0, sbKilled.GetPlayerIdentityName() + " Killed by zombie/bleedout/fall?"); } and added in PlayerBase -> OnConnect SurvivorBase sb = this; sb.SetPlayerIdentityName(this.GetIdentity().GetName()); How can I add it in playbase and survivorBase ?
  2. MrJenn

    9527 sever

    9527 PVP | Trader | Summer | Builditems | Map | CodeLock | MoreGun | bank | BuildAnywhere | IP:158.69.140.244 PORT: 2302 Please use DZSA Launcher Trader 3700,6000 | 8300,6000 Black market 4770,10400 Nighttime 12min Restart Times :6h
  3. How can we do it?
×