mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-08 01:02:53 +03:00
+ Fixed Machete Spawns thanks to:fe83fca83a+ Add check for loot undergroundda4cbfbaca+ 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.
8 lines
218 B
Plaintext
8 lines
218 B
Plaintext
if (isServer) then {
|
|
waitUntil{dayz_preloadFinished};
|
|
};
|
|
_id = [] execFSM "\z\addons\dayz_code\system\player_monitor.fsm";
|
|
|
|
if(DZEdebug) then {
|
|
_void = [] execVM "\z\addons\dayz_code\actions\debug\Make_lootPos.sqf
|
|
}; |