Skip to content

releaseMissionText

Client-side

Available in Neon, not standard MTA

Clears owned messages/help and releases the exclusive mission-text lease.

Syntax

bool releaseMissionText()

Returns

true when the calling resource released its lease; 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.

Important behavior
  • The loaded block remains cached until another owner replaces it.

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →