mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
@@ -7,17 +7,7 @@ _owner = owner _unit;
|
||||
|
||||
//diag_log format ["%1, %2, %3, %4", _unit, _variable, _arraytosend, _owner];
|
||||
|
||||
switch (_variable) do {
|
||||
case "objWallDamage": {
|
||||
_object = _arraytosend select 0;
|
||||
if (local _object) then {
|
||||
_arraytosend call fnc_Obj_FenceHandleDam;
|
||||
} else {
|
||||
PVCDZ_obj_Damage = _arraytosend;
|
||||
_owner publicVariableClient "PVCDZ_obj_Damage";
|
||||
};
|
||||
};
|
||||
|
||||
switch (_variable) do {
|
||||
case "VehHandleDam": {
|
||||
_vehicle = _arraytosend select 0;
|
||||
if (local _vehicle) then {
|
||||
|
||||
Reference in New Issue
Block a user