Arma 3
68 ratings
Spawning Vehicles through the Debug Console
By Chickens 3 : Tom 1
Sometimes a vehicle is needed to spice up gameplay, get around a glitch or to use a mod to fill in for the game vehicle; the debug console can be right here to help!
2
3
   
Award
Favorite
Favorited
Unfavorite
Using the Console to spawn vehicles
Not all missions have the debug console,
but for the ones that do, I use this code:

_veh = "B_Heli_Attack_01_F" createVehicle(position player);
then localexec

The vehicle classname goes in the quotation marks. That one in particular gets you the Comanche (AH-99 Blackfoot) attack helicopter.

Here is a full list:
https://community.bistudio.com/wiki/Arma_3_CfgVehicles_WEST
https://community.bistudio.com/wiki/Arma_3_CfgVehicles_EAST
https://community.bistudio.com/wiki/Arma_3_CfgVehicles_GUER

This works in multiplayer, and does not glitch out like spawning a vehicle through Arsenal.
Hope it improves gameplay for you like it did for me!
22 Comments
little john Jul 1 @ 2:52pm 
what is the command to spawn a merkava?
Keith1864 Mar 2 @ 11:10am 
JAK, go into Virtual Arsenal...pull up the vehicle in the viewer and export. Then paste from clipboard into a word or notepad document. It will give you codes for all the variants and codes for some other items for whatever reason, but your vehicle codes will be at the top.
JAK Sep 23, 2024 @ 2:31pm 
where can i get the list for the other creator dlc vehicles?
Jdmus Sep 7, 2024 @ 6:16pm 
Echelon-希望と強さ Apr 16, 2020 @ 7:00am 
player allowDamage false; for god mode
Cammo Freak Mar 29, 2020 @ 5:24pm 
How about entering zeus mode with console?
Echelon-希望と強さ Feb 12, 2020 @ 10:04am 
["Open",true] call BIS_fnc_garage; vehicle arsenal
Echelon-希望と強さ Jan 31, 2020 @ 10:47am 
["Open", true] spawn BIS_fnc_Arsenal; for arsenal
Cammo Freak Oct 20, 2019 @ 8:28pm 
How would I spawn an ammocrate in front of me? for example the following crate "C_T_supplyCrate_F"
Pepsi Sep 18, 2017 @ 12:20am 
hi just wanting to ask u a question about how to spawn in vehicles im on a arma 3 zeus official server as an admin and enabled the debug console.when i open the debug console and paste the code _veh = "B_Heli_Attack_01_F" createVehicle(position player); nothing happened why?