#include "script_component.hpp" ADDON = false; PREP_RECOMPILE_START; #include "XEH_PREP.hpp" PREP_RECOMPILE_END; GVAR(armory_unlocks) = []; GVAR(garage_unlocks) = []; GVAR(car_unlocks) = []; GVAR(armor_unlocks) = []; GVAR(heli_unlocks) = []; GVAR(plane_unlocks) = []; GVAR(naval_unlocks) = []; GVAR(static_unlocks) = []; GVAR(default_armory) = [[],[],[],[]]; GVAR(default_garage) = [[],[],[],[],[],[]]; 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;