vehicleChat: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Killzone Kid (talk | contribs) (see also, example, locality) |
||
Line 5: | Line 5: | ||
|1.34|= Game version | |1.34|= Game version | ||
|arg= global |= Arguments in MP | |||
|eff= local |= Effects in MP | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 11: | Line 15: | ||
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. | 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. | <br>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"). |= Description | <br>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"). |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 25: | Line 29: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>vehicle player | |x1= <code>[[vehicle]] [[player]] [[vehicleChat]] "Show this text";</code> |= Example 1 | ||
|x2= <code>[[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";</code> | |||
<br>[[Image:xChat.jpg]]|= Example 1 | |||
| [[globalChat]], [[groupChat]], [[sideChat]] |= See also | | [[globalChat]], [[groupChat]], [[sideChat]], [[commandChat]], [[customChat]], [[systemChat]] |= See also| [[globalChat]], [[groupChat]], [[sideChat]] |= See also | ||
}} | }} |
Revision as of 23:42, 12 November 2014
Description
- Description:
- 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"). - Groups:
- Uncategorised
Syntax
- Syntax:
- vehicleName vehicleChat text
- Parameters:
- vehicleName: Object
- text: String
- Return Value:
- Nothing
Examples
- Example 1:
vehicle player vehicleChat "Show this text";
- Example 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";
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Notes
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.34
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Local Effect
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Command Group: Radio Control
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters