Can't addUniform or addBackpack on a remoteClient when calling from the server
Description
Description
Details
Details
- Severity
- Trivial
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10
- Category
- General
Steps To Reproduce
Start Arma 3 Go to Editor Spawn Unit In Load In Open Debug Run Following Code
[player,"U_B_CombatUniform_mcam"] remoteExecCall ["addUniform",2];
or
[player,"B_AssaultPack_blk"] remoteExecCall ["addBackpack",2];
Additional Information
Observed: Backpack or uniform will not be added to player
Log: Inventory item with given name: [Uniform Or Backpack Classname] not found
Sidenote: It also happens with ItemMap, ItemWatch and ItemCompass