Jump to content

-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
×