mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-04 07:31:55 +03:00
Update vanilla player_breakin.sqf
Vanilla commits: https://github.com/DayZMod/DayZ/commit/63aaf07a30803c3d72bdc252b87c3ed974e5e740 https://github.com/DayZMod/DayZ/commit/b074e7d8471b5fde7b20ddc7259c30a40d660f4a https://github.com/DayZMod/DayZ/commit/fb3f69a69a0ad528f2b85e9dfbb1c47eb52dafdc https://github.com/DayZMod/DayZ/commit/416cc5dcf186f7d37f82a5198f86cbf048679f16 https://github.com/DayZMod/DayZ/commit/b6c0dd58494d27a425fda58b3a1148fc935c4df1 https://github.com/DayZMod/DayZ/commit/39a3d45965fba93fde635bc6429eb69fd1ab545d
This commit is contained in:
@@ -198,9 +198,7 @@ if (isServer) then {
|
||||
};
|
||||
|
||||
/*"PVDZ_Server_LogIt" addPublicVariableEventHandler {
|
||||
_unitSending = _this select 0;
|
||||
_info = _this select 1;
|
||||
|
||||
diag_log format["WARNING: %1",_info];
|
||||
};*/
|
||||
|
||||
@@ -318,7 +316,7 @@ if (!isDedicated) then {
|
||||
if (toLower DZE_DeathMsgChat != "none" or DZE_DeathMsgRolling or DZE_DeathMsgDynamicText) then {
|
||||
"PVDZE_deathMessage" addPublicVariableEventHandler {(_this select 1) call dze_deathMessage};
|
||||
};
|
||||
|
||||
|
||||
if (dayz_enableFlies) then {
|
||||
// flies and swarm sound sync
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\client_flies.sqf";
|
||||
|
||||
@@ -590,6 +590,7 @@ if (!isDedicated) then {
|
||||
|
||||
//player special variables
|
||||
dayz_bloodBagHumanity = 300;
|
||||
dayz_HarvestingChance = [0.09];
|
||||
dayz_lastCheckBit = 0;
|
||||
dayz_lastDamageSourceNull = false;
|
||||
dayz_lastDamageSource = "none";
|
||||
|
||||
Reference in New Issue
Block a user