Jump to content
  • 0

Turn off Infected Player?


DethMarine

Question

4 answers to this question

Recommended Posts

  • 0

If you want to edit the code, what you're looking for is located in this file: https://github.com/vbawol/DayZ-Epoch/blob/master/SQF/dayz_code/compile/player_death.sqf

 

 

_infected = 0;
if (r_player_infected) then {
    _infected = 1;
};
You could just changed _infected = 1 to a 0.
 
I do think it might be beneficial to offer that as an init flag option so server operators can easily disable it if they'd like.
Link to comment
Share on other sites

  • 0

how i can disable zombie gameplay in 1.0.3.1 epoch? help me please

players dont want to play as zombies.

and i have troubles with ai in sector, ai do not attacking zombie players

 

 

hm.. i think i found it!

server files /compiles/server_playerDied.sqf

 
change _infected = 0; //_this select 5;
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...