安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






i was completely flabbergasted when mid-operation our entire foxhole just DETONATED because some enemies noticed us
I tried overlapping the module and within the overlaps you dont get damaged by the gas
1:58:58 File CBRN_units\units\unitsAAF.hpp, line 8: '/CfgVehicles/I_CBRN_Soldier_AR.displayName': Missing ';' at the end of line
1:58:58 File CBRN_units\units\unitsAAF.hpp, line 18: '/CfgVehicles/I_CBRN_Soldier_TL.displayName': Missing ';' at the end of line
1:58:58 File CBRN_units\units\unitsAAF.hpp, line 28: '/CfgVehicles/I_CBRN_Soldier_LAT_F.displayName': Missing ';' at the end of line
etc...
For the protective gear just write:
CBRN_uniformArray = ["myUniform"];
in the init.sqf file, replace myUniform with the classname of the uniform you need and it should automatically consider it to be protective
My workaround is working, but when the player respawning, the chemical detector it does not display the values anymore, even if the gas is still present.
Maybe the problem exist only my server, IDK...
Also try linking the truck so:
[position truck, gasSarin, truck] spawn CBRN_fnc_makeGasArea;
Since it only requires the item to be an object
_pos = position gasural;
_logicCenter = createCenter sideLogic;
_logicGroup = createGroup _logicCenter;
_logicObject = _logicGroup createUnit ["Logic", _pos, [], 0, "NONE"];
and i wrote into the gasarea.sqf:
[position gasural, gasSarin, _logicObject] spawn CBRN_fnc_makeGasArea;
But gas area is not spawned.
see this thread:
https://forums.bohemia.net/forums/topic/166594-how-to-create-a-game-logic-in-a-script/
once you have the logic object, ie: _logic
[position SarinGasArea, gasSarin, _logic] spawn CBRN_fnc_makeGasArea;
will create the gas on the area, to disable it use:
deleteVehicle _logic