Jump to content

LoadServerStartWarning

From CMM Wiki
Revision as of 10:12, 11 November 2025 by Ozdeadmeat (talk | contribs) (LoadServerStartWarning – created via PowerShell script (2025-11-11T21:12:10Z))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Return to CMM Command Reference
Environment: Mission Scripting
Function: LoadServerStartWarning
Function Description: Displays a performance warning for pilots when the mission starts.
File Location: cmm.DCSFunctions.lua
Syntax: CMM.LoadServerStartWarning( number or nil time )
Return Value: nil
Parameters: Name Description
timeOptional time in seconds before the warning appears (default is 150 seconds)
Example: CMM.LoadServerStartWarning(100)
Example Description: Shows a warning image to pilots at a specified time before mission start, defaulting to 150 seconds if not provided. The image is displayed at the top of the screen for the entire duration.
Related Functions:
Notes: