Spawn an enemy jet to patrol an AO in Arma 3
This spawns the jet in the air at an airfield and it will move to a marker named mkr1 and patrol this area. Put this script into the initServer.sqf and […]
This spawns the jet in the air at an airfield and it will move to a marker named mkr1 and patrol this area. Put this script into the initServer.sqf and […]
Defining a global variable in Arma 3 is simple… use this one is for defining the max radius of a battle zone. Declare it at the initial phase of your […]
Spawn On Squad Leader Here is the code for creating a spawn point which will update its location frequently to the position of the squad leader, for a spawn on […]
Put code below in the desciption.ext and it will remove every HUD element except for the scroll wheel menu. showHUD[] = {true,false,false,false,false,false,false,true};