ACE3/addons/pike/XEH_postInit.sqf

6 lines
139 B
Plaintext
Raw Normal View History

2016-09-21 06:25:11 +00:00
#include "script_component.hpp"
if (!hasInterface) exitWith {};
2018-12-13 05:31:08 +00:00
["ace_firedPlayer", LINKFUNC(handleFired)] call CBA_fnc_addEventHandler;