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

steam-76561198088513750

Members
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral

About steam-76561198088513750

  • Rank
    On the Coast

Recent Profile Visitors

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

  1. steam-76561198088513750

    How to add materials to the first aid kit?

    I'm going to play role-playing in my LAN server, i can only add batteries to my flashlight.but I don't know how to add medical supplies to the first aid kit, This is an example; ItemBase flashlight = player.GetInventory().CreateInInventory("Flashlight"); flashlight.GetInventory().CreateAttachment("Battery9V"); Here is an example of my own imitation, which is wrong (XD) 👇 ItemBase FirstAidKit = player.GetInventory().CreateInInventory("FirstAidKit"); FirstAidKit.GetInventory().CreateAttachment("BandageDressing"); FirstAidKit.GetInventory().CreateAttachment("SalineBagIV"); FirstAidKit.GetInventory().CreateAttachment("Epinephrine"); FirstAidKit.GetInventory().CreateAttachment("BloodTestKit"); Which can I modify to make bat pass the verification and start the server? 👆 Forgive me for being a rookie. Thanks ☺️
  2. steam-76561198088513750

    How does the flashlight of the reborn player come with batteries

    EntityAI itemTop = player.GetInventory().CreateInInventory("FlashLight"); itemTop.GetInventory().CreateAttachment("Battery9V");
  3. steam-76561198088513750

    How to custom item inventory grid

    For example, the magazine inventory grid is now 1x3.How do change it to 2x3???
  4. steam-76561198088513750

    How does the flashlight of the reborn player come with batteries

    I solved the problem myself.everybody don't have to reply.
  5. This is my spawn code.(init.c) player.GetInventory().CreateInInventory("FlashLight"); How to attach batteries to flashlight↑ I tried to write like this, but it didn't work↓ Please help me. I am a rookie. :) player.GetInventory().CreateInInventory("FlashLight"); player.GetInventory().CreateAttachment("Batery9v");
  6. steam-76561198088513750

    how to respawn the heli crash when I restart the server

    This change is invalid :(
  7. steam-76561198088513750

    how to respawn the heli crash when I restart the server

    how to respawn the heli crash when I restart the server?
×