Push #941 - vehicleDamage

This commit is contained in:
Skaronator
2014-01-11 19:49:00 +01:00
parent cdc98d2bcb
commit 538f56c07b
3 changed files with 52 additions and 3 deletions

View File

@@ -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";
};
};