Added weapons and magazines using command "Addweaponcargo" or "Additemcargo" will not appear in the Cilent during MP session. {F23423}
Description
Description
Details
Details
- Legacy ID
- 3395308076
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Category
- Scripting
Steps To Reproduce
- Place an ammobox on the ground using editor
- Use this addweaponcargo ["arifle_MX_ACO_F",100] on the ammobox
- Add playable units
- Export to MP game
- Ask one of your friends to join your mission
- Ask him/her if they could find the extra 100 of MX inside the ammobox
Event Timeline
Comment Actions
try this: this addWeaponCargoGlobal ["arifle_MX_ACO_F",100];
same with: this addMagazineCargoGlobal...
this is working fine in my missions!