customChat: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) |
||
Line 23: | Line 23: | ||
|p3= message: [[String]] | |p3= message: [[String]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <code>_unit [[customChat]] [1, "Hi, I am a custom chat message"];</code> | |x1= <code>_unit [[customChat]] [1, "Hi, I am a custom chat message"];</code> |
Revision as of 10:07, 10 June 2021
Description
- Description:
- Description needed
- Groups:
- Radio and ChatCustom Radio and Chat
Syntax
- Syntax:
- Syntax needed
- Parameters:
- unit: Object
- customChannelID: Number - Custom channel ID returned by radioChannelCreate command
- message: String
- Return Value:
- Nothing
Examples
- Example 1:
_unit customChat [1, "Hi, I am a custom chat message"];
- 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