From 1569d8c784b151922c011597c00f9da221e6992a Mon Sep 17 00:00:00 2001 From: Niek <32094562+niekschoemaker@users.noreply.github.com> Date: Thu, 10 Aug 2023 18:36:03 +0200 Subject: [PATCH] Update BeginTextCommandDisplayText.md --- HUD/BeginTextCommandDisplayText.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HUD/BeginTextCommandDisplayText.md b/HUD/BeginTextCommandDisplayText.md index 45a7e711b..18f9e88c9 100644 --- a/HUD/BeginTextCommandDisplayText.md +++ b/HUD/BeginTextCommandDisplayText.md @@ -11,6 +11,7 @@ void BEGIN_TEXT_COMMAND_DISPLAY_TEXT(char* text); Begin a new Text Command. Add the needed components with [ADD_TEXT_COMPONENT_SUBSTRING_PLAYER_NAME](#_0x6C188BE134E074AA) (and other ADD_TEXT_COMPONENT natives) +The Text components here refer to placeholders, see [content-formatting-codes](https://docs.fivem.net/docs/game-references/text-formatting/#content-formatting-codes) To add a custom text entry see [ADD_TEXT_ENTRY](#_0x32CA01C3)