If you add a Medikit or a FirstAidKit to an Ammo Box via script you will not be able tu use it in multiplayer
Description
Description
Details
Details
- Legacy ID
- 722441611
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 7
- Category
- Gameplay
Steps To Reproduce
- Place an ammo box
- Add a First Aid Kit with _this addWeaponCargoGlobal ["FirstAidKit",10];
- Play the mission on a multiplayer server
- Throw a granade on your feet
- Pickup the FirstAidKit from the box
- Try to heal yourself
Event Timeline
Comment Actions
try maybe
addItemCargoGlobal ["FirstAidKit",10];
instead of
addWeaponCargoGlobal ["FirstAidKit",10];
since FAK is an item.
Comment Actions
Right!
Anyway the fact that using addWeaponCargoGlobal create a "broken" item instead of generating an error is not so good....