武装突袭 Wiki
Advertisement
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 2
版本:
1.00

描述

描述:
Disable the ability to talk to other people.

基本句法

句法:
unitName disableConversation disable
参数:
unitName: Object
disable: Boolean
返回值:
Nothing

范例

范例1:
player disableConversation true
范例2:
soldier1 disableConversation true

额外资讯

多人游戏:
-
也可以看看:
setSpeakerenableRadioenableSentences

注意事项

此处撰写句法皆为可行用法. 可到官网[1]专页回报错误. 你可以使用讨论页面或是论坛来进行讨论.
新增注意事项 | 如何新增?

Notes

Posted on July 10, 2009 - 23:28 (CEST)
Lou Montana
Note that this will also prevent you from using group radio.
If you just want player unable to speak to others (or one particular soldier),
use player setVariable ["BIS_noCoreConversations", true];
or, for the other soldier, unitName setVariable ["BIS_noCoreConversations", true];
Posted on August 18, 2010 - 21:24 (CEST)
Lou Montana
My previous note is incorrect now, you can use disableConversation and still use the group radio, at least in A2:OA !

Bottom Section

Advertisement