Help adding vehicles

I’m making an aviation server but I downloaded a civil aircraft pack. Opened the rpf added all ytf files to stream, all meta files in the folder. And I added all the model codes to addons.json in vmenu(i also created the __resource.lua that is empty). But my vehicles appear as unavailible in vmenu. Any fixes?
Civil Aircrafts Pack / Passenger & Cargo [Add-On / Dlc Mod] - GTA5-Mods.com The pack

Did you properly string them in the addons.json? If you don’t do it exactly as shown they will fail to load via that menu. That being said does the model load when spawned by name? If not you have deeper issues at hand.

{
“vehicles”: [
“a332”,
“779x”,
“b737800C”,
“B737800”,
“747sp”,
“737200”,
“ha420”,
“l1011”,
“tupi”,
“e190e2”,
“b377guppy”,
“tu154m”,
“il62m”,
“il76”,
“il96”,
“an2”,
“ju52”,
“saab2000”,
“atr72”,
“a319”,
“a321neo”,
“a333”,
“a343”,
“a340”,
“a350”,
“a380”,
“beluga”,
“707”,
“b727c”,
“b727”,
“b377”,
“739”,
“747”,
“lcf”,
“lcfloader”,
“748”,
“748f”,
“757”,
“767300”,
“773er”,
“788”,
“sf50vision”,
“bac”,
“emb100”,
“emb120”,
“emb145”,
“emb175”,
“emb190”,
“emb195”,
“emb390fedex”,
“208”,
“emb1000”,
“fokker100”,
“md80”,
“dc10”,
“dc30f”,
“p180”,
“avashut”
],
“peds”: [
“addonpedname1”,
“addonpedname2”
],
“weapons”: [
“addonweaponname1”,
“addonweaponname2”
],
“weapon_components”: [
“weapon_component_name_1”,
“weapon_component_name_2”
]
}
couldnt find any

Do they work in your spawner?