ACE3/addons/grenades/XEH_postInitClient.sqf

14 lines
340 B
Plaintext
Raw Normal View History

2015-01-14 09:06:47 +00:00
// by commy2
#include "script_component.hpp"
GVAR(flashbangPPEffectCC) = ppEffectCreate ["ColorCorrections", 4265];
GVAR(flashbangPPEffectCC) ppEffectForceInNVG true;
2015-01-14 19:48:08 +00:00
["ACE3",
localize "STR_ACE_Grenades_SwitchGrenadeMode",
{_this call FUNC(nextMode)},
2015-01-14 20:40:37 +00:00
[9, [false, false, false]], //8 key
2015-01-14 19:48:08 +00:00
false,
2015-01-14 20:40:37 +00:00
"keydown"] call cba_fnc_registerKeybind;