Skip to content

showMissionHelp

Client-side

Available in Neon, not standard MTA

Displays a translated key through GTA's native help-message HUD.

Syntax

bool showMissionHelp(string key [, bool permanent = false])

Arguments

keystring

GXT key of at most seven characters.

permanentbooloptional · default false

Keep the help active until cleared.

Returns

true when displayed by the current owner; false otherwise.

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 →