systemChat: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Fixed first appearance of systemChat)
mNo edit summary
Line 18: Line 18:


|x1= <code>
|x1= <code>
</code>|= EXAMPLE1  
</code>|= EXAMPLE1 player systemChat "Hello!";


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 09:56, 22 July 2014

Hover & click on the images for description

Description

Description:
Types text to the system radio channel.
Multiplayer:
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 all of them.
Groups:
Uncategorised

Syntax

Syntax:
systemChat text
Parameters:
text: String
Return Value:
Nothing

Examples

Example 1:

Additional Information

See also:
See also needed

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