truemc Posted April 21, 2017 Report Share Posted April 21, 2017 Hi please how to decrase zombie spawn.Too much zombies spawn for one players..cca 30.Thanks Link to comment Share on other sites More sharing options...
0 juandayz Posted April 22, 2017 Report Share Posted April 22, 2017 On 4/21/2017 at 11:37 PM, truemc said: Hi please how to decrase zombie spawn.Too much zombies spawn for one players..cca 30.Thanks Expand init.sqf this line dayz_maxGlobalZeds = 50; also if u see in variables.sqf you will see this values dayz_spawnZombies = 0; // Current local dayz_swarmSpawnZombies = 0; dayz_maxLocalZombies = 15; // max quantity of Z controlled by local gameclient, used by player_spawnCheck. Below this limit we can spawn Z dayz_CurrentNearByZombies = 0; dayz_maxNearByZombies = 30; // max quantity of Z controlled by local gameclient, used by player_spawnCheck. Below this limit we can spawn Z dayz_currentGlobalZombies = 0; // Current total if(isNil "dayz_maxGlobalZeds") then { dayz_maxGlobalZeds = 1000; }; you can use it in init.sqf truemc 1 Link to comment Share on other sites More sharing options...
Question
truemc
Hi please how to decrase zombie spawn.Too much zombies spawn for one players..cca 30.Thanks
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now