ACE3/addons/mk6mortar/XEH_clientInit.sqf

6 lines
175 B
Plaintext
Raw Normal View History

2015-04-05 06:57:24 +00:00
#include "script_component.hpp"
if (!hasInterface) exitWith {};
["playerVehicleChanged", {_this call FUNC(handlePlayerVehicleChanged);}] call EFUNC(common,addEventHandler);