Files
DayZ-Epoch/dayz_server/compile/server_handleZedSpawn.sqf
vbawol e626ece4cf 0.942
+ fixes to count weapons on selling menu
+ now close menu when purchasing/selling items
+ Vaults can now be placed in buildings, maybe buggy still.
+ updated 10oz gold bar texture with correct new one.
+ Disable simulation for all zombies on server
https://github.com/R4Z0R49/DayZMod/pull/359
+ Possible (semi-)infinite loop in zombie_agent.fsm
https://github.com/R4Z0R49/DayZMod/pull/380
2013-02-12 13:12:58 -06:00

4 lines
69 B
Plaintext

private["_zed"];
_zed = _this select 0;
_zed enableSimulation false;