Arma 3
Flare Fix DEMO
Показані результати 1–7 із 7
Оновлено: 11 черв. 2018 о 20:57

Оновлено: 8 черв. 2017 о 12:35

Оновлено: 8 черв. 2017 о 12:26

Script updated. Now vanilla mortars shoots flares that can be actually useful.
You can tweak its values in init.sqf, see demo mission.

al_mortar_flare_intensity = 80;
publicvariable "al_mortar_flare_intensity";

al_mortar_flare_range = 250;
publicvariable "al_mortar_flare_range";

You need to place this line inside init field of the mortar
this addEventHandler ["Fired",{private ["_al_flare"]; _al_flare = _this select 6;[[[_al_flare],"AL_flare_fix\al_flare_enhance.sqf"],"BIS_fnc_execVM",true,true] spawn BIS_fnc_MP;}];

Оновлено: 8 черв. 2017 о 12:21

Оновлено: 8 черв. 2017 о 12:16

Оновлено: 8 черв. 2017 о 12:05

Оновлено: 10 жовт. 2016 о 3:05