14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
#include "script_component.hpp"
|
|
ADDON = false;
|
|
|
|
PREP_RECOMPILE_START;
|
|
#include "XEH_PREP.hpp"
|
|
PREP_RECOMPILE_END;
|
|
|
|
GVAR(armory_unlocks) = [];
|
|
GVAR(garage_unlocks) = [];
|
|
GVAR(pdb_mode) = "PDB_MODE" call BFUNC(getParamValue);
|
|
GVAR(armory_type) = "ARS_TYPE" call BFUNC(getParamValue);
|
|
GVAR(gear_box) = "ReammoBox_F" createVehicleLocal [0, 0, -999];
|
|
|
|
ADDON = true; |