# Create Message Log Entry

Grammar — Create a message log entry with title speakerText, description subtitleText, icon using the static image from modelLink, and sound soundLink for players
FlagsNative | Action

Creates a new entry to the message log panel. If speaker text and subtitle text are left blank they will be filled in with values from the sound link.

# Arguments

  • playergroup — Players
  • text — Speaker Text
  • text — Subtitle Text
  • string [ gamelink::Model ] — Model Link
  • soundlink — Sound Link

Returns — void

native void HelpPanelAddMessage(
	playergroup players,
	text speakerText,
	text subtitleText,
	string modelLink,
	soundlink soundId,
);

Category: UI / Help Panel

# Examples

— None found —