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

Stuxda

Newbie server

Recommended Posts

Hi quick question please what do I need to put into this script for more ammo and magazines? Also is there a way of having respawning on while still alive? Can I set it up to spawn only as a Male?

Thank You Stu


        player.GetInventory().CreateInInventory("TTSKOPants");
        player.GetInventory().CreateInInventory("TTsKOJacket_Camo");
        player.GetInventory().CreateInInventory("AliceBag_Black");
        player.GetInventory().CreateInInventory("CombatBoots_Black");

        EntityAI gun = player.GetInventory().CreateInInventory("M4A1");
        EntityAI magazine = player.GetInventory().CreateInInventory("Mag_STANAG_30Rnd");
                    
    }
};

Edited by Stuxda

Share this post


Link to post
Share on other sites

×