Jump to content
Sign in to follow this  
Omlet

mwog Quiet jungle

Recommended Posts

1.jpg.bcacfd43331c44d42a45beb3071b1143.jpg

Название: mwog Quiet jungle
Остров: Tanoa
Количество участников: 78
Время на миссию: 60
Погодные условия: 06:40, Дождь

Сторона атаки:Вьетконг
Задача атаки: Захватить 4 зоны
Техника атаки:
2Б14-1 Поднос - 2 шт.
СПГ-9M - 1 шт.

Сторона обороны:USAF
Задача обороны:Удержать 1 из 4 зон
Техника обороны:
M252 - 2 шт.
M113A3 (M240) - 1 шт.

Вводная:В штабе сообщили об атаках Вьетконга по всему Вьетнаму и приказали удерживать позиции на тропе Хо Ши Мина еще несколько дней.

 

Edited by Omlet

Share this post


Link to post
Share on other sites

@Omlet

в init.sqf добавь в конец

[] execvm "south.sqf";

И создай файл в корне миссии south.sqf

fnc_findboard = {
	if (!(isDedicated)) then {
		private _bt = {[format["<t size='1' color='#ff0000'>%1</t>",_this], -1,-1,2,0] spawn bis_fnc_dynamicText;};
		private _time = 0;
		while {alive player} do {
		if (((vehicle player inArea "m5")||(vehicle player inArea "m6")) && {vehicle player isKindOf "Land"}) then 
		{
		format ["Вы в опасной зоне! До уничтожения %1 сек.", (10-_time)] call _bt;
		_time = _time + 1;
		}
		else 
		{_time = 0;};
		if (_time > 10) then 
		{
		vehicle player call BIS_fnc_neutralizeUnit;
		};
		sleep 1;
		};
	};
};
[] spawn fnc_findboard;

Это поможет пехоте избежать нарушения условности и они будут умирать там как от пехотных мин. Контролировать триггер без GPS в джунглях невозможно.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.