Skip to Content

Vehicle Models

Vehicle models are used to spawn and identify vehicles in FiveM scripts. Use these model names with natives like CreateVehicle, GetHashKey, and IsModelAVehicle.

Quick Usage

-- Spawn a vehicle local hash = GetHashKey("adder") RequestModel(hash) while not HasModelLoaded(hash) do Wait(0) end local vehicle = CreateVehicle(hash, x, y, z, heading, true, false)
// JavaScript equivalent const hash = GetHashKey("adder"); RequestModel(hash); while (!HasModelLoaded(hash)) await Delay(0); const vehicle = CreateVehicle(hash, x, y, z, heading, true, false);

All Vehicle Models

556 entries
Model NameHashDisplay NameCategory
blistaBlistaCompacts
briosoBrioso R/ACompacts
dilettanteDilettanteCompacts
dilettante2Dilettante (Patrol)Compacts
issi2IssiCompacts
issi3Issi ClassicCompacts
pantoPantoCompacts
prairiePrairieCompacts
rhapsodyRhapsodyCompacts
aseaAseaSedans
asea2Asea (Snow)Sedans
asteropeAsteropeSedans
cognoscentiCognoscentiSedans
cognoscenti2Cognoscenti (Armored)Sedans
emperorEmperorSedans
emperor2Emperor (Rusty)Sedans
emperor3Emperor (Snow)Sedans
fugitiveFugitiveSedans
glendaleGlendaleSedans
ingotIngotSedans
intruderIntruderSedans
premierPremierSedans
primoPrimoSedans
primo2Primo CustomSedans
reginaReginaSedans
romeroRomero HearseSedans
schafter2SchafterSedans
schafter5Schafter V12 (Armored)Sedans
schafter6Schafter LWB (Armored)Sedans
stanierStanierSedans
stratumStratumSedans
stretchStretchSedans
superdSuper DiamondSedans
surgeSurgeSedans
tailgaterTailgaterSedans
warrenerWarrenerSedans
washingtonWashingtonSedans
cogcabrioCognoscenti CabrioCoupes
exemplarExemplarCoupes
f620F620Coupes
felonFelonCoupes
felon2Felon GTCoupes
jackalJackalCoupes
oracleOracleCoupes
oracle2Oracle XSCoupes
sentinelSentinelCoupes
sentinel2Sentinel XSCoupes
windsorWindsorCoupes
windsor2Windsor DropCoupes
zionZionCoupes
Page 1 of 12