Skip to content

showMissionBigText

Client-side

Available in Neon, not standard MTA

Queues GTA's native big mission text, optionally substituting one number.

Syntax

bool showMissionBigText(string key, int duration [, int style = 1, int number])

Arguments

keystring

GXT key of at most seven characters.

durationint

Display duration in milliseconds.

styleintoptional · default 1

Original one-based SCM big-text style.

numberintoptional

Optional numeric substitution.

Returns

true when queued by the current owner; false for invalid key, style, or ownership.

Ownership and lifecycle

GTA only has one mission-text table, so one resource owns it at a time. Neon clears tracked HUD pointers before releasing that ownership.

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →