GTA V / FiveM Vehicle Spawn Names

Search and copy spawn codes for all GTA V vehicles. Use in FiveM with CreateVehicle() or server commands.

0 vehicles found
Vehicle Name Spawn Code

What this tool is for

The name a car carries in game and the name it is spawned with are two different things. The Bravado Banshee is banshee, the Pegassi Zentorno is zentorno, and for a few hundred vehicles that mapping is not something anyone memorises. This database lists every spawn name by category so you can build a dealership config without going through the wiki.

How to use it

  1. Step 1:

    Filter by class, for example super, sports or emergency.

  2. Step 2:

    Search by the in game name if you only know what the car is called on screen.

  3. Step 3:

    Click an entry to copy the spawn name, or take the hash if your config works with numbers.

  4. Step 4:

    Test the vehicle in game before you put it in a shop, especially anything from a recent DLC.

Frequently asked questions

Why does a vehicle not spawn?

Either the model comes from a DLC the client does not have, or the name is misspelled, or the model was not loaded first. RequestModel plus a wait for HasModelLoaded solves the third case, which is the most common one.

Do custom vehicles work the same way?

Yes. An added vehicle brings its own spawn name from its meta files and is used exactly like a stock one. The difference is that every player has to have streamed the resource, otherwise they see nothing where the car is.

How do I get the vehicle class?

GetVehicleClass returns a number from 0 to 21, from compacts to trains. It is what you want for a licence check or an insurance price, because it survives new DLC vehicles without a config change.

Can I change the spawn name?

For stock vehicles no, they are fixed in the game files. For a custom vehicle the name comes from its meta files and can be changed there, but everything referencing the old name breaks with it.