mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Push #941 - vehicleDamage
This commit is contained in:
@@ -15,8 +15,8 @@ switch (_variable) do {
|
||||
if (local _vehicle) then {
|
||||
_arraytosend call fnc_veh_handleDam;
|
||||
} else {
|
||||
PVCDZ_veh_SH = _arraytosend;
|
||||
_owner publicVariableClient "PVCDZ_veh_SH";
|
||||
PVCDZE_vehSH = _arraytosend;
|
||||
_owner publicVariableClient "PVCDZE_vehSH";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user