Skip to content

zade_boc_fnc_chestpackItems

DerZade edited this page Dec 18, 2016 · 3 revisions

Description:

Returns array with all items (of any kind, even weapons) in chestpack of the given unit.

Arguments:

0: Unit <OBJECT>
1: Return magazines aswell <BOOL> (optional | default: true)

Return Value:

Items <ARRAY>

Examples:

_items = [player, false] call zade_boc_fnc_chestpackItems;