ACE3/addons/grenades/XEH_preInit.sqf

11 lines
155 B
Plaintext
Raw Normal View History

2015-01-14 09:06:47 +00:00
#include "script_component.hpp"
2015-01-29 07:38:46 +00:00
ADDON = false;
2015-01-14 11:07:53 +00:00
PREP(flashbangExplosionEH);
PREP(flashbangThrownFuze);
2015-01-14 09:06:47 +00:00
PREP(nextMode);
PREP(throwGrenade);
2015-01-14 11:07:53 +00:00
2015-01-29 07:38:46 +00:00
ADDON = true;