ACE3/addons/backpacks/XEH_preInit.sqf

10 lines
127 B
Plaintext
Raw Normal View History

2015-01-18 06:56:09 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
PREP(backpackOpened);
2015-01-18 06:56:09 +00:00
PREP(isBackpack);
PREP(onOpenInventory);
2015-01-29 07:38:46 +00:00
ADDON = true;