Jump to content

Player Notification

From CMM Wiki
Return to CMM Command Reference
Environment: Mission Scripting
Function: Player_Notification
Function Description: Displays a notification message to players on screen, optionally targeted to a specific coalition.
File Location: cmm.MapCommandFunctions.lua
Syntax: CMM.Player_Notification( table argTable )
Return Value: nil
Parameters: Name Description
argTableTable containing {messageTxT, clearTxT, ShowTime, CoalId
Example: CMM.Player_Notification({"Mission start in 10 seconds", true, 10, 1})
Example Description: Shows a message to players on screen for a specified duration.
Related Functions:
Notes:

}