Update vanilla building

Vanilla commits:

9b2092c9f7

674624d122
This commit is contained in:
ebaydayz
2016-11-25 16:25:26 -05:00
parent 1097eaba0c
commit b6d88b1329
13 changed files with 161 additions and 172 deletions

View File

@@ -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 {