ACE3/addons/mk6mortar/XEH_clientInit.sqf
2015-04-05 01:57:24 -05:00

7 lines
176 B
Plaintext

#include "script_component.hpp"
if (!hasInterface) exitWith {};
["playerVehicleChanged", {_this call FUNC(handlePlayerVehicleChanged);}] call EFUNC(common,addEventHandler);