武装突袭 Wiki
Advertisement
Introduced with Operation Flashpoint version 1.34
  Arguments of this scripting command don't have to be local to the client the command is executed onEffects of this scripting command are not broadcasted over the network and remain local to the client the command is executed on

点击图片可看到更多讯息

开始使用于

游戏:
Operation Flashpoint
版本:
1.34

描述

描述:
Type text to vehicle radio channel. This function only types text to the list, it does not broadcast the message. If you want the message to show on all computers, you have to execute it on them.
Object parameter must be a vehicle, not a player.
If you are in a crew seat (i.e. driver, gunner or commander), then it will include that role in the chat name output (Eg: Driver (you_name): "Message").

基本句法

句法:
vehicleName vehicleChat text
参数:
vehicleName: Object
text: String
返回值:
Nothing

范例

范例1:
vehicle player vehicleChat "Show this text";
范例2:
driver vehicle player sideChat "sideChat"; driver vehicle player globalChat "globalChat"; driver vehicle player groupChat "groupChat"; vehicle player vehicleChat "vehicleChat"; driver vehicle player commandChat "commandChat"; driver vehicle player customChat [1, "customChat"]; systemChat "systemChat";
File:XChat.jpg

额外资讯

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

注意事项

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

Notes

Bottom Section

Advertisement