Arma 3 helicopter insertion with cool effects made in arma editor using scripts. In this tutorial I will show you many ways how you can make great helicopter insertion just by tweaking some lines in commands. Many more arma 3 tutorials is coming from VUman channel
HERE ARE THE LINES FROM TUTORIAL....for LV Script folder e-mail me...and I will send it to you
Plain Command
nul = [player,true,1,3,false,false,player,"random",300,true,false,6,"default",[false,false,false,false],nil,nil,nil,false] execVM "LV\reinforcementChopper.sqf";
Group Command
nul = [player,true,1,3,false,false,player,"random",300,true,false,6,"default",[false,false,false,false],group VUman,nil,nil,false] execVM "LV\reinforcementChopper.sqf";
Cover smoke
nul = [player,true,1,3,false,false,player,"random",300,true,false,6,"default",[false,true,false,false],group VUman,nil,nil,false] execVM "LV\reinforcementChopper.sqf";
Chemlights
nul = [player,true,1,3,false,false,player,"random",300,true,false,6,"default",[false,false,false,true],group VUman,nil,nil,false] execVM "LV\reinforcementChopper.sqf";
Flares
nul = [player,true,1,3,false,false,player,"random",300,true,false,6,"default",[false,false,true,false],group VUman,nil,nil,false] execVM "LV\reinforcementChopper.sqf";
No comments:
Post a Comment