武装突袭3

武装突袭3

评价数不足
БМП 3 Решётки / Bmp 3 Cage
   
奖励
收藏
已收藏
取消收藏
Data Type: Composition
Composition Type: AntiTank
Meta: Dependency
文件大小
发表于
1.811 KB
2023 年 2 月 19 日 上午 9:03
1 项改动说明 ( 查看 )

订阅以下载
БМП 3 Решётки / Bmp 3 Cage

描述
Композиция использующая Cage Mod для создания БМП-3 с броне экранами. Экраны не имеют способности противостоять кумулятивным снарядам и на ДАННЫЙ момент, являются косметическими.

ОБЪЯСНЕНИЕ РАБОТЫ СКРИПТА КОТОРЫЕ ИСПОЛЬЗУЕТСЯ В КОМПОЗИЦИИ:
[this, bmp] call BIS_fnc_attachToRelative;
=
this - объект который привязывается (решётка).

bmp - имя объекта к которому решётка должна привязаться (Указывается в атрибутах объекта "Имя переменной").

call BIS_fnc_attachToRelative; - скрипт на привязку.

---------------------------------------------------------------------------------------------

The composition uses Cage Mod to create BMP-3 with armor screens. Screens do not have the ability to withstand cumulative shells and are CURRENTLY cosmetics.


Explanation of the work of the script that is used in the composition:
[This, BMP] Call bis_fnc_attachtorelative;
=
This - is an object that is attached (cage object).

bmp - the name of the object to which the lattice should be attached (indicated in the attributes of the object).

Call bis_fnc_attachtorelative; - The script for binding.