FJSF Scripts
  • 👋Welcome
  • Scripts
    • 💂FJSF_BODYGUARD
      • Configuration File
      • Installation
      • Permissions
    • 🚙FJSF_VEHICLESHOP
      • Configuration File
      • Vehicles File
    • 🛡️FJSF_ARMOUR
      • Configuration File
      • Installation
Powered by GitBook
On this page
  1. Scripts
  2. FJSF_VEHICLESHOP

Vehicles File

List of all vehicles and vehicle categories in vehicles.lua file

Config.VehicleCategories = { 
  -- 𝐏𝐃𝐌
  {label = 'Coupés', name = 'coupes', shop = 'PDM', icon = 'coupes.png'},
  {label = 'Sedans', name = 'sedans', shop = 'PDM', icon = 'sedans.png'},
  {label = 'Sports', name = 'sports', shop = 'PDM', icon = 'sports.png'},
  {label = 'Compacts', name = 'compacts', shop = 'PDM', icon = 'compacts.png'},
  {label = 'Sports Classics', name = 'sportsclassics', shop = 'PDM', icon = 'sportsclassics.png'},
  {label = 'Super', name = 'super', shop = 'PDM', icon = 'super.png'},
  {label = 'Muscle', name = 'muscle', shop = 'PDM', icon = 'muscle.png'},
  {label = 'Off Road', name = 'offroad', shop = 'PDM', icon = 'offroad.png'},
  {label = 'SUVs', name = 'suvs', shop = 'PDM', icon = 'suvs.png'},
  {label = 'Vans', name = 'vans', shop = 'PDM', icon = 'vans.png'},
  {label = 'Motos', name = 'motorcycles', shop = 'PDM', icon = 'motorcycles.png'},
  -- 𝐁𝐨𝐚𝐭 𝐒𝐡𝐨𝐩
  {label = 'Jet Ski', name = 'jetski', shop = 'BoatShop', icon = 'jetski.png'},
  {label = 'Boats', name = 'boats', shop = 'BoatShop', icon = 'boats.png'},
  {label = 'Submarines', name = 'submarine', shop = 'BoatShop', icon = 'submarine.png'},
  -- 𝐀𝐢𝐫𝐜𝐫𝐚𝐟𝐭 𝐒𝐡𝐨𝐩
  {label = 'Helicopters', name = 'helis', shop = 'AircraftShop', icon = 'helis.png'},
  {label = 'Planes', name = 'planes', shop = 'AircraftShop', icon = 'planes.png'},
  -- 𝐏𝐨𝐥𝐢𝐜𝐞
  {label = 'Cars', name = 'policecars', shop = 'PoliceShop', icon = 'sedans.png'},
  -- 𝐀𝐦𝐛𝐮𝐥𝐚𝐧𝐜𝐞
  {label = 'Cars', name = 'ambulancecars', shop = 'AmbulanceShop', icon = 'sedans.png'}
}

Config.Vehicles = {
  -- 𝐏𝐨𝐥𝐢𝐜𝐞
  {label = "Police", name = "police", category = "policecars", cost = 100, jobgrade = {2,3,4}},
  {label = "Police 2", name = "police2", category = "policecars", cost = 1500, jobgrade = {2,3,4}},
  {label = "Police 3", name = "police3", category = "policecars", cost = 1500, jobgrade = {2,3,4}},

  -- 𝐀𝐦𝐛𝐮𝐥𝐚𝐧𝐜𝐞
  {label = "Ambulance", name = "ambulance", category = "ambulancecars", cost = 500, jobgrade = {1,2,3}},

  -- 𝐏𝐃𝐌
  {label = "Blade", name = "blade", category = "muscle", cost = 15000},
  {label = "Buccaneer", name = "buccaneer", category = "muscle", cost = 18000},
  {label = "Buccaneer Rider", name = "buccaneer2", category = "muscle", cost = 24000},
  {label = "Chino", name = "chino", category = "muscle", cost = 15000},
  {label = "Chino Luxe", name = "chino2", category = "muscle", cost = 19000},
  {label = "Coquette BlackFin", name = "coquette3", category = "muscle", cost = 55000},
  {label = "Dominator", name = "dominator", category = "muscle", cost = 35000},
  {label = "Dukes", name = "dukes", category = "muscle", cost = 28000},
  {label = "Gauntlet", name = "gauntlet", category = "muscle", cost = 30000},
  {label = "Hotknife", name = "hotknife", category = "muscle", cost = 125000},
  {label = "Faction", name = "faction", category = "muscle", cost = 20000},
  {label = "Faction Rider", name = "faction2", category = "muscle", cost = 30000},
  {label = "Faction XL", name = "faction3", category = "muscle", cost = 40000},
  {label = "Nightshade", name = "nightshade", category = "muscle", cost = 65000},
  {label = "Phoenix", name = "phoenix", category = "muscle", cost = 12500},
  {label = "Picador", name = "picador", category = "muscle", cost = 18000},
  {label = "Sabre Turbo", name = "sabregt", category = "muscle", cost = 20000},
  {label = "Sabre GT", name = "sabregt2", category = "muscle", cost = 25000},
  {label = "Slam Van", name = "slamvan3", category = "muscle", cost = 11500},
  {label = "Tampa", name = "tampa", category = "muscle", cost = 16000},
  {label = "Virgo", name = "virgo", category = "muscle", cost = 14000},
  {label = "Vigero", name = "vigero", category = "muscle", cost = 12500},
  {label = "Voodoo", name = "voodoo", category = "muscle", cost = 7200},
  {label = "Blista", name = "blista", category = "compacts", cost = 8000},
  {label = "Brioso R/A", name = "brioso", category = "compacts", cost = 18000},
  {label = "Issi", name = "issi2", category = "compacts", cost = 10000},
  {label = "Panto", name = "panto", category = "compacts", cost = 10000},
  {label = "Prairie", name = "prairie", category = "compacts", cost = 12000},
  {label = "Bison", name = "bison", category = "vans", cost = 45000},
  {label = "Bobcat XL", name = "bobcatxl", category = "vans", cost = 32000},
  {label = "Burrito", name = "burrito3", category = "vans", cost = 19000},
  {label = "Burrito", name = "gburrito2", category = "vans", cost = 29000},
  {label = "Camper", name = "camper", category = "vans", cost = 42000},
  {label = "Gang Burrito", name = "gburrito", category = "vans", cost = 45000},
  {label = "Journey", name = "journey", category = "vans", cost = 6500},
  {label = "Minivan", name = "minivan", category = "vans", cost = 13000},
  {label = "Moonbeam", name = "moonbeam", category = "vans", cost = 18000},
  {label = "Moonbeam Rider", name = "moonbeam2", category = "vans", cost = 35000},
  {label = "Paradise", name = "paradise", category = "vans", cost = 19000},
  {label = "Rumpo", name = "rumpo", category = "vans", cost = 15000},
  {label = "Rumpo Trail", name = "rumpo3", category = "vans", cost = 19500},
  {label = "Surfer", name = "surfer", category = "vans", cost = 12000},
  {label = "Youga", name = "youga", category = "vans", cost = 10800},
  {label = "Youga Luxuary", name = "youga2", category = "vans", cost = 14500},
  {label = "Asea", name = "asea", category = "sedans", cost = 5500},
  {label = "Cognoscenti", name = "cognoscenti", category = "sedans", cost = 55000},
  {label = "Emperor", name = "emperor", category = "sedans", cost = 8500},
  {label = "Fugitive", name = "fugitive", category = "sedans", cost = 12000},
  {label = "Glendale", name = "glendale", category = "sedans", cost = 6500},
  {label = "Intruder", name = "intruder", category = "sedans", cost = 7500},
  {label = "Premier", name = "premier", category = "sedans", cost = 8000},
  {label = "Primo Custom", name = "primo2", category = "sedans", cost = 14000},
  {label = "Regina", name = "regina", category = "sedans", cost = 5000},
  {label = "Schafter", name = "schafter2", category = "sedans", cost = 25000},
  {label = "Stretch", name = "stretch", category = "sedans", cost = 90000},
  {label = "Super Diamond", name = "superd", category = "sedans", cost = 130000},
  {label = "Tailgater", name = "tailgater", category = "sedans", cost = 30000},
  {label = "Warrener", name = "warrener", category = "sedans", cost = 4000},
  {label = "Washington", name = "washington", category = "sedans", cost = 9000},
  {label = "Baller", name = "baller2", category = "suvs", cost = 40000},
  {label = "Baller Sport", name = "baller3", category = "suvs", cost = 60000},
  {label = "Cavalcade", name = "cavalcade2", category = "suvs", cost = 55000},
  {label = "Contender", name = "contender", category = "suvs", cost = 70000},
  {label = "Dubsta", name = "dubsta", category = "suvs", cost = 45000},
  {label = "Dubsta Luxuary", name = "dubsta2", category = "suvs", cost = 60000},
  {label = "Fhantom", name = "fq2", category = "suvs", cost = 17000},
  {label = "Grabger", name = "granger", category = "suvs", cost = 50000},
  {label = "Gresley", name = "gresley", category = "suvs", cost = 47500},
  {label = "Huntley S", name = "huntley", category = "suvs", cost = 40000},
  {label = "Landstalker", name = "landstalker", category = "suvs", cost = 35000},
  {label = "Mesa", name = "mesa", category = "suvs", cost = 16000},
  {label = "Mesa Trail", name = "mesa3", category = "suvs", cost = 40000},
  {label = "Patriot", name = "patriot", category = "suvs", cost = 55000},
  {label = "Radius", name = "radi", category = "suvs", cost = 29000},
  {label = "Rocoto", name = "rocoto", category = "suvs", cost = 45000},
  {label = "Seminole", name = "seminole", category = "suvs", cost = 25000},
  {label = "XLS", name = "xls", category = "suvs", cost = 32000},
  {label = "Btype", name = "btype", category = "sportsclassics", cost = 62000},
  {label = "Btype Luxe", name = "btype3", category = "sportsclassics", cost = 85000},
  {label = "Btype Hotroad", name = "btype2", category = "sportsclassics", cost = 155000},
  {label = "Casco", name = "casco", category = "sportsclassics", cost = 30000},
  {label = "Coquette Classic", name = "coquette2", category = "sportsclassics", cost = 40000},
  {label = "Manana", name = "manana", category = "sportsclassics", cost = 12800},
  {label = "Monroe", name = "monroe", category = "sportsclassics", cost = 55000},
  {label = "Pigalle", name = "pigalle", category = "sportsclassics", cost = 20000},
  {label = "Stinger", name = "stinger", category = "sportsclassics", cost = 80000},
  {label = "Stinger GT", name = "stingergt", category = "sportsclassics", cost = 75000},
  {label = "Stirling GT", name = "feltzer3", category = "sportsclassics", cost = 65000},
  {label = "Z-Type", name = "ztype", category = "sportsclassics", cost = 220000},
  {label = "Bifta", name = "bifta", category = "offroad", cost = 12000},
  {label = "Bf Injection", name = "bfinjection", category = "offroad", cost = 16000},
  {label = "Blazer", name = "blazer", category = "offroad", cost = 6500},
  {label = "Blazer Sport", name = "blazer4", category = "offroad", cost = 8500},
  {label = "Brawler", name = "brawler", category = "offroad", cost = 45000},
  {label = "Bubsta 6x6", name = "dubsta3", category = "offroad", cost = 120000},
  {label = "Dune Buggy", name = "dune", category = "offroad", cost = 8000},
  {label = "Guardian", name = "guardian", category = "offroad", cost = 45000},
  {label = "Rebel", name = "rebel2", category = "offroad", cost = 35000},
  {label = "Sandking", name = "sandking", category = "offroad", cost = 55000},
  {label = "The Liberator", name = "monster", category = "offroad", cost = 210000},
  {label = "Trophy Truck", name = "trophytruck", category = "offroad", cost = 60000},
  {label = "Trophy Truck Limited", name = "trophytruck2", category = "offroad", cost = 80000},
  {label = "Cognoscenti Cabrio", name = "cogcabrio", category = "coupes", cost = 55000},
  {label = "Exemplar", name = "exemplar", category = "coupes", cost = 32000},
  {label = "F620", name = "f620", category = "coupes", cost = 40000},
  {label = "Felon", name = "felon", category = "coupes", cost = 42000},
  {label = "Felon GT", name = "felon2", category = "coupes", cost = 55000},
  {label = "Jackal", name = "jackal", category = "coupes", cost = 38000},
  {label = "Oracle XS", name = "oracle2", category = "coupes", cost = 35000},
  {label = "Sentinel", name = "sentinel", category = "coupes", cost = 32000},
  {label = "Sentinel XS", name = "sentinel2", category = "coupes", cost = 40000},
  {label = "Windsor", name = "windsor", category = "coupes", cost = 95000},
  {label = "Windsor Drop", name = "windsor2", category = "coupes", cost = 125000},
  {label = "Zion", name = "zion", category = "coupes", cost = 36000},
  {label = "Zion Cabrio", name = "zion2", category = "coupes", cost = 45000},
  {label = "9F", name = "ninef", category = "sports", cost = 65000},
  {label = "9F Cabrio", name = "ninef2", category = "sports", cost = 80000},
  {label = "Alpha", name = "alpha", category = "sports", cost = 60000},
  {label = "Banshee", name = "banshee", category = "sports", cost = 70000},
  {label = "Bestia GTS", name = "bestiagts", category = "sports", cost = 55000},
  {label = "Buffalo", name = "buffalo", category = "sports", cost = 12000},
  {label = "Buffalo S", name = "buffalo2", category = "sports", cost = 20000},
  {label = "Carbonizzare", name = "carbonizzare", category = "sports", cost = 75000},
  {label = "Comet", name = "comet2", category = "sports", cost = 65000},
  {label = "Coquette", name = "coquette", category = "sports", cost = 65000},
  {label = "Drift Tampa", name = "tampa2", category = "sports", cost = 80000},
  {label = "Elegy", name = "elegy2", category = "sports", cost = 38500},
  {label = "Feltzer", name = "feltzer2", category = "sports", cost = 55000},
  {label = "Furore GT", name = "furoregt", category = "sports", cost = 45000},
  {label = "Fusilade", name = "fusilade", category = "sports", cost = 40000},
  {label = "Jester", name = "jester", category = "sports", cost = 65000},
  {label = "Jester(Racecar)", name = "jester2", category = "sports", cost = 135000},
  {label = "Khamelion", name = "khamelion", category = "sports", cost = 38000},
  {label = "Kuruma", name = "kuruma", category = "sports", cost = 30000},
  {label = "Lynx", name = "lynx", category = "sports", cost = 40000},
  {label = "Mamba", name = "mamba", category = "sports", cost = 70000},
  {label = "Massacro", name = "massacro", category = "sports", cost = 65000},
  {label = "Massacro(Racecar)", name = "massacro2", category = "sports", cost = 130000},
  {label = "Omnis", name = "omnis", category = "sports", cost = 35000},
  {label = "Penumbra", name = "penumbra", category = "sports", cost = 28000},
  {label = "Rapid GT", name = "rapidgt", category = "sports", cost = 35000},
  {label = "Rapid GT Convertible", name = "rapidgt2", category = "sports", cost = 45000},
  {label = "Schafter V12", name = "schafter3", category = "sports", cost = 50000},
  {label = "Seven 70", name = "seven70", category = "sports", cost = 39500},
  {label = "Sultan", name = "sultan", category = "sports", cost = 15000},
  {label = "Surano", name = "surano", category = "sports", cost = 50000},
  {label = "Tropos", name = "tropos", category = "sports", cost = 40000},
  {label = "Verlierer", name = "verlierer2", category = "sports", cost = 70000},
  {label = "Adder", name = "adder", category = "super", cost = 900000},
  {label = 'Banshee 900R', name = 'banshee2', category = 'super', cost = 255000},
  {label = 'Bullet', name = 'bullet', category = 'super', cost = 90000},
  {label = 'Cheetah', name = 'cheetah', category = 'super', cost = 375000},
  {label = 'Entity XF', name = 'entityxf', category = 'super', cost = 425000},
  {label = 'ETR1', name = 'sheava', category = 'super', cost = 220000},
  {label = 'FMJ', name = 'fmj', category = 'super', cost = 185000},
  {label = 'Infernus', name = 'infernus', category = 'super', cost = 180000},
  {label = 'Osiris', name = 'osiris', category = 'super', cost = 160000},
  {label = 'Pfister', name = 'pfister811', category = 'super', cost = 85000},
  {label = 'RE-7B', name = 'le7b', category = 'super', cost = 325000},
  {label = 'Reaper', name = 'reaper', category = 'super', cost = 150000},
  {label = 'Sultan RS', name = 'sultanrs', category = 'super', cost = 65000},
  {label = 'T20', name = 't20', category = 'super', cost = 300000},
  {label = 'Turismo R', name = 'turismor', category = 'super', cost = 350000},
  {label = 'Tyrus', name = 'tyrus', category = 'super', cost = 600000},
  {label = 'Vacca', name = 'vacca', category = 'super', cost = 120000},
  {label = 'Voltic', name = 'voltic', category = 'super', cost = 90000},
  {label = 'X80 Proto', name = 'prototipo', category = 'super', cost = 2500000},
  {label = 'Zentorno', name = 'zentorno', category = 'super', cost = 1500000},
  {label = 'Akuma', name = 'AKUMA', category = 'motorcycles', cost = 7500},
  {label = 'Avarus', name = 'avarus', category = 'motorcycles', cost = 18000},
  {label = 'Bagger', name = 'bagger', category = 'motorcycles', cost = 13500},
  {label = 'Bati 801', name = 'bati', category = 'motorcycles', cost = 12000},
  {label = 'Bati 801RR', name = 'bati2', category = 'motorcycles', cost = 19000},
  {label = 'BF400', name = 'bf400', category = 'motorcycles', cost = 6500},
  {label = 'BMX (velo)', name = 'bmx', category = 'motorcycles', cost = 160},
  {label = 'Carbon RS', name = 'carbonrs', category = 'motorcycles', cost = 18000},
  {label = 'Chimera', name = 'chimera', category = 'motorcycles', cost = 38000},
  {label = 'Cliffhanger', name = 'cliffhanger', category = 'motorcycles', cost = 9500},
  {label = 'Cruiser (velo)', name = 'cruiser', category = 'motorcycles', cost = 510},
  {label = 'Daemon', name = 'daemon', category = 'motorcycles', cost = 11500},
  {label = 'Daemon High', name = 'daemon2', category = 'motorcycles', cost = 13500},
  {label = 'Defiler', name = 'defiler', category = 'motorcycles', cost = 9800},
  {label = 'Double T', name = 'double', category = 'motorcycles', cost = 28000},
  {label = 'Enduro', name = 'enduro', category = 'motorcycles', cost = 5500},
  {label = 'Esskey', name = 'esskey', category = 'motorcycles', cost = 4200},
  {label = 'Faggio', name = 'faggio', category = 'motorcycles', cost = 1900},
  {label = 'Vespa', name = 'faggio2', category = 'motorcycles', cost = 2800},
  {label = 'Fixter (velo)', name = 'fixter', category = 'motorcycles', cost = 225},
  {label = 'Gargoyle', name = 'gargoyle', category = 'motorcycles', cost = 16500},
  {label = 'Hakuchou', name = 'hakuchou', category = 'motorcycles', cost = 31000},
  {label = 'Hakuchou Sport', name = 'hakuchou2', category = 'motorcycles', cost = 55000},
  {label = 'Hexer', name = 'hexer', category = 'motorcycles', cost = 12000},
  {label = 'Innovation', name = 'innovation', category = 'motorcycles', cost = 23500},
  {label = 'Manchez', name = 'manchez', category = 'motorcycles', cost = 5300},
  {label = 'Nemesis', name = 'nemesis', category = 'motorcycles', cost = 5800},
  {label = 'Nightblade', name = 'nightblade', category = 'motorcycles', cost = 35000},
  {label = 'PCJ-600', name = 'pcj', category = 'motorcycles', cost = 6200},
  {label = 'Ruffian', name = 'ruffian', category = 'motorcycles', cost = 6800},
  {label = 'Sanchez', name = 'sanchez', category = 'motorcycles', cost = 5300},
  {label = 'Sanchez Sport', name = 'sanchez2', category = 'motorcycles', cost = 5300},
  {label = 'Sanctus', name = 'sanctus', category = 'motorcycles', cost = 25000},
  {label = 'Scorcher (velo)', name = 'scorcher', category = 'motorcycles', cost = 280},
  {label = 'Sovereign', name = 'sovereign', category = 'motorcycles', cost = 22000},
  {label = 'Shotaro Concept', name = 'shotaro', category = 'motorcycles', cost = 320000},
  {label = 'Thrust', name = 'thrust', category = 'motorcycles', cost = 24000},
  {label = 'Tri bike (velo)', name = 'tribike3', category = 'motorcycles', cost = 520},
  {label = 'Vader', name = 'vader', category = 'motorcycles', cost = 7200},
  {label = 'Vortex', name = 'vortex', category = 'motorcycles', cost = 9800},
  {label = 'Woflsbane', name = 'wolfsbane', category = 'motorcycles', cost = 9000},
  {label = 'Zombie', name = 'zombiea', category = 'motorcycles', cost = 9500},
  {label = 'Zombie Luxuary', name = 'zombieb', category = 'motorcycles', cost = 12000},
  {label = 'blazer5', name = 'blazer5', category = 'offroad', cost = 1755600},
  {label = 'Ruiner 2', name = 'ruiner2', category = 'muscle', cost = 5745600},
  {label = 'Voltic 2', name = 'voltic2', category = 'super', cost = 3830400},
  {label = 'Ardent', name = 'ardent', category = 'sportsclassics', cost = 1150000}, 
  {label = 'Visione', name = 'visione', category = 'super', cost = 2250000},
  {label = 'Retinue', name = 'retinue', category = 'sportsclassics', cost = 615000},
  {label = 'Cyclone', name = 'cyclone', category = 'super', cost = 1890000},
  {label = 'Rapid GT3', name = 'rapidgt3', category = 'sportsclassics', cost = 885000},
  {label = 'raiden', name = 'raiden', category = 'sports', cost = 1375000},
  {label = 'Yosemite', name = 'yosemite', category = 'muscle', cost = 485000},
  {label = 'Deluxo', name = 'deluxo', category = 'sportsclassics', cost = 4721500},
  {label = 'Pariah', name = 'pariah', category = 'sports', cost = 1420000},
  {label = 'Stromberg', name = 'stromberg', category = 'sports', cost = 3185350},
  {label = 'SC 1', name = 'sc1', category = 'super', cost = 1603000},
  {label = 'Riata', name = 'riata', category = 'offroad', cost = 380000},
  {label = 'Hermes', name = 'hermes', category = 'muscle', cost = 535000},
  {label = 'Savestra', name = 'savestra', category = 'sportsclassics', cost = 990000},
  {label = 'Streiter', name = 'streiter', category = 'sports', cost = 500000},
  {label = 'Kamacho', name = 'kamacho', category = 'offroad', cost = 345000},
  {label = 'GT 500', name = 'gt500', category = 'sportsclassics', cost = 785000},
  {label = 'Z190', name = 'z190', category = 'sportsclassics', cost = 900000},
  {label = 'Viseris', name = 'viseris', category = 'sportsclassics', cost = 875000},
  {label = 'Autarch', name = 'autarch', category = 'super', cost = 1955000},
  {label = 'Comet 5', name = 'comet5', category = 'sports', cost = 1145000},
  {label = 'Neon', name = 'neon', category = 'sports', cost = 1500000},
  {label = 'Revolter', name = 'revolter', category = 'sports', cost = 1610000},
  {label = 'Sentinel3', name = 'sentinel3', category = 'sports', cost = 650000},
  {label = 'Hustler', name = 'hustler', category = 'muscle', cost = 625000},

  -- 𝐁𝐨𝐚𝐭 𝐒𝐡𝐨𝐩
  {label = "Seashark (Random Color)", name = "seashark", category = "jetski", cost = 7500},
  {label = "Seashark (Dark Blue)", name = "seashark3", category = "jetski", cost = 7500},
  {label = "Suntrap", name = "suntrap", category = "boats", cost = 10000},
  {label = "Jetmax", name = "jetmax", category = "boats", cost = 45000},
  {label = "Tropic", name = "tropic2", category = "boats", cost = 65000},
  {label = "Dinghy (Black)", name = "dinghy2", category = "boats", cost = 32500},
  {label = "Dinghy 2 (Random Color)", name = "dinghy", category = "boats", cost = 40000},
  {label = "Speeder", name = "speeder", category = "boats", cost = 85000},
  {label = "Squalo (Random Color)", name = "squalo", category = "boats", cost = 61000},
  {label = "Toro", name = "toro", category = "boats", cost = 200000},
  {label = "Submersible", name = "submersible", category = "submarine", cost = 750000},


  -- 𝐀𝐢𝐫𝐜𝐫𝐚𝐟𝐭 𝐒𝐡𝐨𝐩 
  {label = 'Buzzard', name = 'buzzard2', cost = 500000, category = 'helis'},
  {label = 'Frogger', name = 'frogger', cost = 800000, category = 'helis'},
  {label = 'Havok', name = 'havok', cost = 250000, category = 'helis'},
  {label = 'Maverick', name = 'maverick', cost = 750000, category = 'helis'},
  {label = 'Sea Sparrow', name = 'seasparrow', cost = 815000, category = 'helis'},
  {label = 'SuperVolito', name = 'supervolito', cost = 1000000, category = 'helis'},
  {label = 'SuperVolito Carbon', name = 'supervolito2', cost = 1250000, category = 'helis'},
  {label = 'Swift', name = 'swift', cost = 1000000, category = 'helis'},
  {label = 'Swift Deluxe', name = 'swift2', cost = 1250000, category = 'helis'},
  {label = 'Volatus', name = 'volatus', cost = 1250000, category = 'helis'},
  {label = 'Alpha Z1', name = 'alphaz1', cost = 1121000, category = 'planes'},
  {label = 'Besra', name = 'besra', cost = 1000000, category = 'planes'},
  {label = 'Cuban 800', name = 'cuban800', cost = 240000, category = 'planes'},
  {label = 'Dodo', name = 'dodo', cost = 500000, category = 'planes'},
  {label = 'Duster', name = 'duster', cost = 175000, category = 'planes'},
  {label = 'Howard NX25', name = 'howard', cost = 975000, category = 'planes'},
  {label = 'Luxor', name = 'luxor', cost = 1500000, category = 'planes'},
  {label = 'Luxor Deluxe', name = 'luxor2', cost = 1750000, category = 'planes'},
  {label = 'Mallard', name = 'stunt', cost = 250000, category = 'planes'},
  {label = 'Mammatus', name = 'mammatus', cost = 300000, category = 'planes'},
  {label = 'Nimbus', name = 'nimbus', cost = 900000, category = 'planes'},
  {label = 'Rogue', name = 'rogue', cost = 1000000, category = 'planes'},
  {label = 'Sea Breeze', name = 'seabreeze', cost = 850000, category = 'planes'},
  {label = 'Shamal', name = 'shamal', cost = 1150000, category = 'planes'},
  {label = 'Ultra Light', name = 'microlight', cost = 50000, category = 'planes'},
  {label = 'Velum', name = 'velum2', cost = 450000, category = 'planes'},
  {label = 'Vestra', name = 'vestra', cost = 950000, category = 'planes'}
}
PreviousConfiguration FileNextFJSF_ARMOUR

Last updated 8 months ago

🚙