武装突袭 Wiki
Advertisement
Introduced with Arma 3 version 1.02
  

点击图片可看到更多讯息

开始使用于

游戏:
Arma 3
版本:
1.02

描述

描述:
Sets the nameSound of a person.

基本句法

句法:
person setNameSound name
参数:
person: Object
name: String
返回值:
Nothing

范例

范例1:
unit1 setNameSound "dixon";
范例2:
unit1 setNameSound ""; // will reset to default behaviour
范例3:
_name = "Masood"; unit1 setNameSound _name; unit1 setName _name;

额外资讯

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

注意事项

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

Notes

Posted on September 19, 2013
kylania
nameSound can be any preset BIS recorded name value. By default units will be called out in voice by their number. By using nameSound you can call them out by name using the following values:
Default: Armstrong Nichols Tanny Frost Lacey Larkin Kerry Jackson Miller McKendrick Levine Reynolds
BLUFOR: Adams Bennett Campbell Dixon Everett Franklin Givens Hawkins Lopez Martinez OConnor Ryan Patterson Sykes Taylor Walker
OPFOR: Amin Masood Fahim Habibi Kushan Jawadi Nazari Siddiqi Takhtar Wardak Yousuf
INDEPENDENT: Anthis Costa Dimitirou Elias Gekas Kouris Leventis Markos Nikas Nicolo Panas Petros Rosi Samaras Stavrou Thanos Vega
CODE NAMES: Ghost Stranger Fox Snake Razer Jester Nomad Viper Korneedler
Posted on December 22, 2013 - 19:08 (UTC)
Lou Montana
setting an incorrect value like "0" or "randomString" will remove the callsign (" /* 2, */ fall back")

Bottom Section

Posted on April 25, 2015 - 08:28 (UTC)
Benargee
While kylania listed available names, you can use any word you want. Available words for english can be found in configfile >> "RadioProtocolENG" >> "Words".
Advertisement