If you add items to a crate using the commands: addMagazineCargoGlobal or addWeaponCargoGlobal the bar at the bottom of the crate inventory will not update to reflect how full it is, however, after adding a lot of items (Add what i assume is fill the crate over it's limit), the bar will still appear empty, but when trying to drag an item into the crate it will appear red, although it will show the bar with how much volume that item would add.
Description
Description
Details
Details
- Legacy ID
- 2335753982
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Category
- Visual-GUI
Steps To Reproduce
Put this script in your mission folder: http://pastebin.com/YCuWfFx2
Spawn a crate, put this in init field: [this] execVM "fillcrate.sqf";
Preview mission, open crate and attempt to put an item into it
Event Timeline
Comment Actions
Oops, no idea how to edit but the init field should be:
_nul = [this] execVM "fillcrate.sqf";
Comment Actions
Closing due to lack of activity in over five months. If this issue is still reproducable for you, please create a new ticket for it or ask for this one to be re-opened.