Spawning Vehicles without RE
Credit to hangender for supplying the old wuat technique for spawning in a squad fight jet group.
Credit to Karasov for giving me the idea to mess around with it and find out how to spawn in an A10.
Code:
TitleText [format["Jet"], "PLAIN DOWN"];
_pos=getpos player;
Armor1=getpos player;
_marker = createMarker ["player1", position player];
_a10 = "A10" createVehicle [(getMarkerPos "player1" select 0), (getMarkerPos "player1" select 1), 0.1];
deleteMarker "player1"
Updated: Shortened the code, will no longer spawn in the ocean.
Suggested not to use the Missiles as they're not actually in the game and may cause an error, pretty sure the GAU8 is valid though.
Simply change "A10" to the vehicle desired.
I suggest;
'su34' which is a fighter jet
'm1a1' which is a tank