mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
|
#include "script_component.hpp"
|
||
|
|
||
|
if (!hasInterface) exitWith {};
|
||
|
|
||
|
GVAR(pfeh) = -1;
|
||
|
["CBA_settingsInitialized", {
|
||
|
TRACE_1("CBA_settingsInitialized",GVAR(enabled));
|
||
|
["vehicle", LINKFUNC(enterVehicle), true] call CBA_fnc_addPlayerEventHandler;
|
||
|
}] call CBA_fnc_addEventHandler;
|