Page MenuHomeFeedback Tracker

Unable to remove weapons from uniform / vest
Closed, ResolvedPublic

Description

Doesn't seem to be a way to remove weapons from a players uniform or vest via scripting.

While I'm here might as well say that it would be very nice to see uniforms and vests as a "vehicle" object in the game, very much like backpacks are. Would give more control over inventories at the very least.

Details

Legacy ID
3768756081
Severity
None
Resolution
Duplicate
Reproducibility
Always
Category
Scripting
Steps To Reproduce
  • I place a "hgun_P07_F" (pistol) into my uniform or vest.
  • Attempt to remove it with : player removeWeapon "hgun_P07_F"
  • Attempt to remove it with : player removeItem "hgun_P07_F"

Event Timeline

Nimrod edited Steps To Reproduce. (Show Details)May 13 2013, 4:28 PM
Nimrod edited Additional Information. (Show Details)
Nimrod set Category to Scripting.
Nimrod set Reproducibility to Always.
Nimrod set Severity to None.
Nimrod set Resolution to Duplicate.
Nimrod set Legacy ID to 3768756081.May 7 2016, 2:06 PM
Bohemia added a subscriber: Robalo.May 13 2013, 4:28 PM

player removeItems "hgun_P07_F"

doesnt work either

You can't add them via script either, only in the inventory in game:

The related other half of this problem here:
0005526: There are no functions for adding weapons to a player's vest or uniform (unitVest, and unitUniform needed)
http://feedback.arma3.com/view.php?id=5526