# Show Cinematic Text
Grammar — Display cinematic text for players with text text, sound sound, and allow timeBetweenCharacters seconds between characters (max duration maxTime seconds)
Flags —Native|Action
Displays the specified text in the cinematic text area using the specified parameters.
# Arguments
playergroup— Playerstext— Textfixed— Time Between Charactersfixed— Max Timesoundlink— Sound
Returns — void
native void UIShowCinematicText(
playergroup inPlayers,
text inMessageText,
fixed inTimeBetweenCharacters,
fixed inMaxTime,
soundlink inSoundLink,
);
# Related
Category: UI / Text
- Hot Key String —
text— UIHotKeyString - Text Message —
void— UIDisplayMessage - Clear Text Messages —
void— UIClearMessages - Show Cinematic Text —
void— UIShowCinematicText - Hide Cinematic Text —
void— UIHideCinematicText - Show Text Crawl —
void— UIShowTextCrawl - Hide Text Crawl —
void— UIHideTextCrawl - Error Message —
void— libNtve_gf_UIErrorMessage
# Examples
— None found —