This commit is contained in:
[VB]AWOL
2013-12-04 23:59:09 -06:00
parent 3e6bb42436
commit 0b79bbc210
24 changed files with 551 additions and 433 deletions

View File

@@ -27,10 +27,12 @@ player playActionNow "PutDown";
if(_classname isKindOf "TrapBear") exitwith {DZE_CanPickup = true; deleteVehicle _holder;};
if(_classname isKindOf "Bag_Base_EP1") exitwith {
// diag_log("Picked up a bag: " + _classname);
if(_classname == typeOf _holder) then {
player action ["TakeBag", _holder];
};
DZE_CanPickup = true;
};
_obj = nearestObjects [(getPosATL player), [(typeOf _holder)], 5];