This commit is contained in:
vbawol
2013-02-17 18:00:57 -06:00
parent e209908387
commit 56c310400f
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ if (_qty >= _qty_in) then {
_location = (getPosATL (_helipad select 0));
} else {
_location = [(position player),0,20,1,0,20,0] call BIS_fnc_findSafePos;
}
};
//place tent (local)
_veh = createVehicle [_part_out, _location, [], 0, "CAN_COLLIDE"];