GTA V NativesuiUi::doesTextLabelExistOn this pageUi::doesTextLabelExistChecks if the passed gxt name exists in the game files. Syntax ```js mp.game.ui.doesTextLabelExist(gxt); ``` Required Arguments gxt: String Return value Boolean Example ```js // todo ``` See also