ACE3/addons/mk6mortar/XEH_clientInit.sqf
2015-04-05 17:50:07 -05:00

6 lines
175 B
Plaintext

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