Closed bradon closed 4 years ago
IFA adds ItemRadio to some backpacks that have no inventory space. (If acre is loaded, this converts to an acre radio).
On loading player data (and probably cargo in boxes), adding the item fails due to the lack of space.
As a workaround, users can place the radio somewhere that has an inventory (eg. uniform).
addItemCargoGlobal does not check for space and is probably the function to use
Files that may be relevant: sys_player/playerData.hpp sys_logistics/fnc_setObjectCargo.sqf
IFA adds ItemRadio to some backpacks that have no inventory space. (If acre is loaded, this converts to an acre radio).
On loading player data (and probably cargo in boxes), adding the item fails due to the lack of space.
As a workaround, users can place the radio somewhere that has an inventory (eg. uniform).
addItemCargoGlobal does not check for space and is probably the function to use
Files that may be relevant: sys_player/playerData.hpp sys_logistics/fnc_setObjectCargo.sqf