HALs_Store icon indicating copy to clipboard operation
HALs_Store copied to clipboard

[Question] Is it possible to exclude the players inventory space (uniform, vest, backpack) as target for buying items?

Open svencc opened this issue 3 years ago • 1 comments

So as a result, everything i buy is put into a container. Is that possible?

svencc avatar Jan 05 '22 01:01 svencc

\HALs_Store.VR\HALs\Addons\store\functions\client\ui\fn_main.sqf

-> I commented following three Lines in your script. (Line 287-289)

//[uniform player, "Uniform", "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\uniform_ca.paa", uniformContainer player],
//[vest player, "Vest", "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\vest_ca.paa", vestContainer player],
//[backpack player, "Backpack", "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\backpack_ca.paa", backpackContainer player]

The players uniform, vest and backpack are not longer available in the shops target inventory screen.

This seems to be working for me. Do you think thats O.K. Or do you expect any other side effects?

svencc avatar Jan 05 '22 12:01 svencc