DethMarine Posted September 18, 2013 Report Share Posted September 18, 2013 How do you disable the Infected Player Spawn? Link to comment Share on other sites More sharing options...
0 DethMarine Posted September 19, 2013 Author Report Share Posted September 19, 2013 Does no one know how to turn off if you die and infected you spawn back as a zombie? My server is just for me and a few friends so it is annoying when you die and turned into a zombie when no pvp is going on.. Link to comment Share on other sites More sharing options...
0 Gimmic Posted September 19, 2013 Report Share Posted September 19, 2013 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 More sharing options...
0 DethMarine Posted September 19, 2013 Author Report Share Posted September 19, 2013 Cool thank you! Link to comment Share on other sites More sharing options...
0 feelgood Posted January 11, 2014 Report Share Posted January 11, 2014 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 More sharing options...
Question
DethMarine
How do you disable the Infected Player Spawn?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now