# Show Cinematic Text

Grammar — Display cinematic text for players with text text, sound sound, and allow timeBetweenCharacters seconds between characters (max duration maxTime seconds)
FlagsNative | Action

Displays the specified text in the cinematic text area using the specified parameters.

# Arguments

  • playergroup — Players
  • text — Text
  • fixed — Time Between Characters
  • fixed — Max Time
  • soundlink — Sound

Returns — void

native void UIShowCinematicText(
	playergroup inPlayers,
	text inMessageText,
	fixed inTimeBetweenCharacters,
	fixed inMaxTime,
	soundlink inSoundLink,
);

Category: UI / Text

# Examples

— None found —