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

-SoL- Cory

Members
  • Content Count

    1
  • Joined

  • Last visited

Community Reputation

0 Neutral

About -SoL- Cory

  • Rank
    On the Coast
  1. -SoL- Cory

    Zombie Hordes to my server

    Hey guys, I cant seem to find the line "override void OnInit() in init.c" or get the hordes to work, adding the line at the top of the init.c file is easy enough. All I can find is } override void StartingEquipSetup(PlayerBase player, bool clothesChosen) { If I try adding inside brackets, sever wont load. } override void StartingEquipSetup(PlayerBase player, bool clothesChosen, InfectedHordes myHordes = new InfectedHordes();) { I tired adding this line below and server wouldn't load. } override void StartingEquipSetup(PlayerBase player, bool clothesChosen) override void OnInit(InfectedHordes myHordes = new InfectedHordes();) { Any ideas ? Thanks
×