mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
only setdamage on chernarus benches
This commit is contained in:
@@ -136,8 +136,10 @@ if (_hiveVer >= dayz_hiveVersionNo) then {
|
||||
_isHiveOk = true;
|
||||
};
|
||||
|
||||
([4654,9595,0] nearestObject 145259) setDamage 1;
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
if (worldName == "chernarus") then {
|
||||
([4654,9595,0] nearestObject 145259) setDamage 1;
|
||||
([4654,9595,0] nearestObject 145260) setDamage 1;
|
||||
};
|
||||
|
||||
dayzPlayerLogin = [_charID,_inventory,_backpack,_survival,_isNew,dayz_versionNo,_model,_isHiveOk,_newPlayer,_isInfected];
|
||||
(owner _playerObj) publicVariableClient "dayzPlayerLogin";
|
||||
Reference in New Issue
Block a user