mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-29 13:11:56 +03:00
0.999a
+ Fixed Machete Spawns thanks to: https://github.com/dgx/DayZMod/commit/fe83fca83ade908b05e9334ea1a13a619a413fa5 + Add check for loot underground https://github.com/EHDSeven/DayZMod/commit/da4cbfbacabb2557664567bf59225d65e3d46ba7 + Tweaked supply crate model so that is is not sunk into the ground. Fixes #249 + Added 3 more female clothing variants thanks to http://www.twitch.tv/miss_alejandria + Added player distance cursorTarget increase if target is isKindOf AIR OR SHIP. Fixes #235 + Changed currency conversion from 1 x 10oz copper for 1 oz silver to 3x 10oz copper for 1 oz silver.
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
if (isServer) then {
|
||||
waitUntil{dayz_preloadFinished};
|
||||
};
|
||||
_id = [] execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
_id = [] execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
||||
|
||||
if(DZEdebug) then {
|
||||
_void = [] execVM "\z\addons\dayz_code\actions\debug\Make_lootPos.sqf
|
||||
};
|
||||
Reference in New Issue
Block a user