Developer Reference
FiveM Vehicle Spawn Codes
A searchable list of the most common GTA V base vehicle spawn names used in FiveM admin menus, garages, and scripts.
Adding cars to your server? Put them on your loading screen too.
Use Vice-Forge's visual builder to create a stunning custom loading screen showcasing your custom cars.
Vehicle List
| Vehicle Name | Class | Spawn Code |
|---|---|---|
| Adder | Super | |
| Zentorno | Super | |
| T20 | Super | |
| Elegy Retro Custom | Sports | |
| Sultan RS | Sports | |
| Kuruma (Armored) | Sports | |
| Banshee | Sports | |
| Comet | Sports | |
| Police Cruiser | Emergency | |
| Police Interceptor | Emergency | |
| FIB Buffalo | Emergency | |
| Ambulance | Emergency | |
| Fire Truck | Emergency | |
| Sanchez | Motorcycles | |
| Bati 801 | Motorcycles | |
| Akuma | Motorcycles | |
| BMX | Bicycles | |
| Buzzard Attack Chopper | Helicopters | |
| Frogger | Helicopters | |
| Maverick | Helicopters | |
| P-996 Lazer | Planes | |
| Luxor | Planes | |
| Seashark | Boats | |
| Dinghy | Boats | |
| Rhino Tank | Military | |
| Insurgent | Military |
What are FiveM Vehicle Spawn Codes?
When adding cars to an admin menu, setting up a car dealership script (like ESX Vehicleshop or QBCore Vehicleshop), or spawning a car via the F8 console, you need the exact spawn code (also known as the model name).
The spawn code is the internal string name that the game engine uses to identify the vehicle. For example, while the in-game display name is "Police Cruiser", the spawn code you must type is police.
How to spawn a car in FiveM
- As a Player (Admin): Open your F8 console, type
car [spawn_code](e.g.,car zentorno), and press Enter. If you are using vMenu, you can also type it into the "Spawn Vehicle by Name" input. - As a Developer (Lua): To spawn a vehicle programmatically in a script, you must first request the model using its hash, and then use the
CreateVehiclenative.